Joli\JoliNotif\Exception\NoSupportedNotifierException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $message = 'No supported notifier', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = 'No supported notifier', $code = 0, Exception $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
NoSupportedNotifierException