You are here

class ClientException in Lockr 7.3

Exception when a client error is encountered (4xx codes)

Hierarchy

Expanded class hierarchy of ClientException

File

vendor/guzzlehttp/guzzle/src/Exception/ClientException.php, line 7

Namespace

GuzzleHttp\Exception
View source
class ClientException extends BadResponseException {

}

Members

Namesort descending Modifiers Type Description Overrides
BadResponseException::__construct public function Overrides RequestException::__construct
RequestException::$handlerContext private property @var array
RequestException::$request private property @var RequestInterface
RequestException::$response private property @var ResponseInterface
RequestException::create public static function Factory method to create a new exception with a normalized error message
RequestException::getHandlerContext public function Get contextual information about the error from the underlying handler.
RequestException::getRequest public function Get the request that caused the exception
RequestException::getResponse public function Get the associated response 1
RequestException::getResponseBodySummary public static function Get a short summary of the response
RequestException::hasResponse public function Check if a response was received 1
RequestException::obfuscateUri private static function Obfuscates URI if there is an username and a password present
RequestException::wrapException public static function Wrap non-RequestExceptions with a RequestException