TransportException
Base PSR-18 client exception for the Quiote HTTP client — anything that went wrong sending a request that isn’t more specifically a network or malformed- request failure (NetworkException/RequestException).
Synopsis
Section titled “Synopsis”class TransportException extends RuntimeException implements ClientExceptionInterface
| Extends | RuntimeException |
| Implements | ClientExceptionInterface |
| Source | Http/Client/Exception/TransportException.php |
Inherited methods
Section titled “Inherited methods”These come from an ancestor and are documented where they are declared.
| Method | Declared in | Description |
|---|---|---|
getCode() | Exception | |
getFile() | Exception | |
getLine() | Exception | |
getMessage() | Exception | |
getPrevious() | Exception | |
getTrace() | Exception | |
getTraceAsString() | Exception |