1 | <?php |
||
8 | class CouldNotSendNotification extends \Exception |
||
9 | { |
||
10 | /** |
||
11 | * @param mixed $message |
||
12 | * |
||
13 | * @return static |
||
14 | */ |
||
15 | public static function invalidMessageObject($message) |
||
23 | |||
24 | /** |
||
25 | * @return static |
||
26 | */ |
||
27 | public static function invalidReceiver() |
||
33 | |||
34 | /** |
||
35 | * @param mixed $notification |
||
36 | * |
||
37 | * @return static |
||
38 | */ |
||
39 | public static function notificationMethodNotExists($notification) |
||
46 | |||
47 | } |
||
48 |