| 1 | <?php |
||
| 19 | final class RequestFailed extends \RuntimeException implements ClientException |
||
| 20 | { |
||
| 21 | 6 | public static function fromErrorResponse(Response $response) : self |
|
| 28 | |||
| 29 | 2 | public static function unknownSpace(string $spaceName) : self |
|
| 33 | |||
| 34 | public static function unknownIndex(string $indexName, int $spaceId) : self |
||
| 42 | } |
||
| 43 |