| 1 | <?php |
||
| 8 | class CouldNotSendNotification extends \Exception |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param mixed $message |
||
| 12 | * |
||
| 13 | * @return static |
||
| 14 | */ |
||
| 15 | 2 | public static function invalidMessageObject($message) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @return static |
||
| 26 | */ |
||
| 27 | 1 | public static function missingFrom() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @return static |
||
| 34 | */ |
||
| 35 | 1 | public static function invalidReceiver() |
|
| 42 | |||
| 43 | public static function missingAlphaNumericSender() |
||
| 49 | } |
||
| 50 |