BadRequestException
class BadRequestException extends Exception
A BadRequestException indicates that there was a problem with the request.
Methods
Details
in Exception at line 50
__construct(RequestException $previous, string $message = '')
Exception constructor.
in Exception at line 70
serialize()
{@inheritdoc}
in Exception at line 86
unserialize($serialized)
{@inheritdoc}
in Exception at line 122
getRequest()
Get the request that caused the exception.
in Exception at line 132
ResponseInterface|null
getResponse()
Get the associated response.
in Exception at line 140
hasResponse()
Check if a response was received.