🔖 Version 1.0.0-beta
This commit is contained in:
parent
c93a06972b
commit
460a811554
26 changed files with 2480 additions and 771 deletions
14
Civi/Mailinglistsync/Exceptions/ContactSyncException.php
Normal file
14
Civi/Mailinglistsync/Exceptions/ContactSyncException.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Civi\Mailinglistsync\Exceptions;
|
||||
|
||||
/**
|
||||
* A simple custom error indicating a problem with the synchronization of
|
||||
* contacts.
|
||||
*/
|
||||
class ContactSyncException extends BaseException {
|
||||
|
||||
public const ERROR_CODE_MISSING_RECIPIENT_ATTRIBUTE = 'missing_recipient_attribute';
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue