PHP Class Joli\JoliNotif\Exception\InvalidNotificationException

Inheritance: extends LogicException, implements Exception
Datei anzeigen Open project: jolicode/jolinotif

Public Methods

Method Description
__construct ( Joli\JoliNotif\Notification $notification, $message = '', $code, Exception $previous = null )
getNotification ( ) : Joli\JoliNotif\Notification

Method Details

__construct() public method

public __construct ( Joli\JoliNotif\Notification $notification, $message = '', $code, Exception $previous = null )
$notification Joli\JoliNotif\Notification
$previous Exception

getNotification() public method

public getNotification ( ) : Joli\JoliNotif\Notification
return Joli\JoliNotif\Notification