Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
19 | final class RequestFailed extends \RuntimeException implements ClientException |
||
20 | { |
||
21 | 26 | public static function fromErrorResponse(Response $response) : self |
|
26 | ); |
||
27 | } |
||
28 | |||
29 | 4 | public static function unknownSpace(string $spaceName) : self |
|
32 | } |
||
33 | |||
34 | 4 | public static function unknownIndex(string $indexName, int $spaceId) : self |
|
43 |