🎉 initial commit
This commit is contained in:
commit
c93a06972b
27 changed files with 4189 additions and 0 deletions
14
Civi/Mailinglistsync/Exceptions/MailinglistSyncException.php
Normal file
14
Civi/Mailinglistsync/Exceptions/MailinglistSyncException.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Civi\Mailinglistsync\Exceptions;
|
||||
|
||||
/**
|
||||
* A simple custom error indicating a problem with the validation of the
|
||||
* synchronization of mailing lists.
|
||||
*/
|
||||
class MailinglistSyncException extends BaseException {
|
||||
|
||||
public const ERROR_CODE_UNSERIALIZE_SINGLETON = 'unserialize_singleton';
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue