BadRequestException
class BadRequestException extends Exception
A BadRequestException indicates that there was a problem with the request.
Methods
Details
in Exception at line 47
__construct(RequestException $previous, string $message = '')
Exception constructor.
in Exception at line 64
serialize()
in Exception at line 77
unserialize($serialized)
in Exception at line 113
RequestInterface
getRequest()
Get the request that caused the exception.
in Exception at line 123
ResponseInterface|null
getResponse()
Get the associated response.
in Exception at line 133
bool
hasResponse()
Check if a response was received.