Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\NotificationBundle\Exception;
|
||||
|
||||
class MissingApiKeyException extends \Exception
|
||||
{
|
||||
protected $message = 'Missing Notification API Key';
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\NotificationBundle\Exception;
|
||||
|
||||
class MissingAppIDException extends \Exception
|
||||
{
|
||||
protected $message = 'Missing Notification App ID';
|
||||
}
|
||||
Reference in New Issue
Block a user