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