Namespace Antavo\RestClient\Exceptions
| Exception | Abstract exception extended by all exceptions thrown by
|
| ParserException | Exception thrown when parsing response body fails either because of an invalid (or incomplete) body or a mismatching Content-Type header. |
| StatusCodeException | Exception thrown when response has a status code other than 200 OK. |