9 lines
162 B
PHP
Executable File
9 lines
162 B
PHP
Executable File
<?php
|
|
|
|
namespace Mautic\NotificationBundle\Exception;
|
|
|
|
class MissingAppIDException extends \Exception
|
|
{
|
|
protected $message = 'Missing Notification App ID';
|
|
}
|