| 1 | <?php |
||
| 5 | class CouldNotSendNotification extends \Exception |
||
| 6 | { |
||
| 7 | 1 | public static function serviceRespondedWithAnError($code) |
|
| 11 | |||
| 12 | public static function unexpectedHttpStatus($response) |
||
| 16 | |||
| 17 | public static function usernameNotProvided() |
||
| 21 | |||
| 22 | public static function receiverNotProvided() |
||
| 26 | |||
| 27 | public static function senderNotProvided() |
||
| 31 | |||
| 32 | public static function emptyMessage() |
||
| 36 | } |
||
| 37 |