forked from tijsverkoyen/Campaign-Commander
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from MyLittleParis/notification
add notification and member
- Loading branch information
Showing
6 changed files
with
1,603 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/MyLittle/CampaignCommander/CampaignCommanderMemberException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
namespace MyLittle\CampaignCommander; | ||
|
||
use Exception; | ||
|
||
/** | ||
* Campaign Commander Exception class | ||
* | ||
* @author Tijs Verkoyen <[email protected]> | ||
* @author Jocelyn Kerbourc'h <[email protected]> | ||
*/ | ||
class CampaignCommanderMemberException extends Exception | ||
{ | ||
} |
15 changes: 15 additions & 0 deletions
15
src/MyLittle/CampaignCommander/CampaignCommanderNotificationMessagingException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
namespace MyLittle\CampaignCommander; | ||
|
||
use Exception; | ||
|
||
/** | ||
* Campaign Commander Notification Messaging | ||
* | ||
* @author Tijs Verkoyen <[email protected]> | ||
* @author Jocelyn Kerbourc'h <[email protected]> | ||
*/ | ||
class CampaignCommanderNotificationMessagingException extends Exception | ||
{ | ||
} |
Oops, something went wrong.