Class BadResponseException
Exception when an HTTP error occurs (4xx or 5xx error)
-
Exception
implements
Throwable
-
RuntimeException
-
GuzzleHttp\Exception\TransferException
implements
GuzzleHttp\Exception\GuzzleException
-
GuzzleHttp\Exception\RequestException
-
GuzzleHttp\Exception\BadResponseException
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|