9 lines
164 B
PHP
Executable File
9 lines
164 B
PHP
Executable File
<?php
|
|
|
|
namespace Mautic\NotificationBundle\Exception;
|
|
|
|
class MissingApiKeyException extends \Exception
|
|
{
|
|
protected $message = 'Missing Notification API Key';
|
|
}
|