Spaces:
No application file
No application file
namespace Mautic\NotificationBundle\Exception; | |
class MissingApiKeyException extends \Exception | |
{ | |
protected $message = 'Missing Notification API Key'; | |
} | |