Skip to content

Commit

Permalink
Merge pull request #5 from MyLittleParis/notification
Browse files Browse the repository at this point in the history
add notification and member
  • Loading branch information
jocelynkerbourch committed Sep 6, 2013
2 parents 266483c + 8319d37 commit 7e95f42
Show file tree
Hide file tree
Showing 6 changed files with 1,603 additions and 0 deletions.
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
{
}
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
{
}
Loading

0 comments on commit 7e95f42

Please sign in to comment.