Skip to content

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).

class TransportException extends RuntimeException implements ClientExceptionInterface

ExtendsRuntimeException
ImplementsClientExceptionInterface
SourceHttp/Client/Exception/TransportException.php

These come from an ancestor and are documented where they are declared.

MethodDeclared inDescription
getCode()Exception
getFile()Exception
getLine()Exception
getMessage()Exception
getPrevious()Exception
getTrace()Exception
getTraceAsString()Exception