1 | <?php |
||
7 | class CouldNotSendNotification extends \Exception |
||
8 | { |
||
9 | /** |
||
10 | * Thrown when we're unable to communicate with turbosms. |
||
11 | * |
||
12 | * @param Exception $exception |
||
13 | * |
||
14 | * @return CouldNotSendNotification |
||
15 | */ |
||
16 | public static function couldNotCommunicateWithEndPoint(Exception $exception): self |
||
20 | } |
||
21 |