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