Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class CouldNotSendNotification extends AbstractNetgsmException |
||
8 | { |
||
9 | /** |
||
10 | * Thrown when there's a bad request and an error is responded. |
||
11 | * |
||
12 | * @param ClientException $exception |
||
13 | * |
||
14 | * @return static |
||
15 | */ |
||
16 | public static function NetgsmRespondedWithAnError(ClientException $exception) |
||
27 |