Exception for unknown status responses
| package | Requests |
|---|---|
| inherited_from | \Requests_Exception_HTTP |
__construct(string|null $reason= null, mixed $data= null)
If $data is an instance of \Requests_Response, uses the status
code from it. Otherwise, sets as 0
| inherited_from | \Requests_Exception_HTTP::__construct() |
|---|
stringnullReason phrase
mixedAssociated data
__construct(string $message, string $type, mixed $data= null, integer $code= 0)
stringException message
stringException type
mixedAssociated data
integerException numerical code, if applicable
getData() : mixed
| codeCoverageIgnore |
|---|
mixedgetReason()
getType() : string
| codeCoverageIgnore |
|---|
stringget_class(integer|boolean $code) : string
integerbooleanHTTP status code, or false if unavailable
stringException class name to use$code : integer | boolean
0| inherited_from | \Requests_Exception_HTTP::code |
|---|
$code : integer
0$data : mixed
$reason : string
'Unknown'| inherited_from | \Requests_Exception_HTTP::reason |
|---|
$reason : string
'Unknown'$type : string