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