Class Requests_Exception_HTTP_409
Exception for 409 Conflict responses
- Exception
-
Requests_Exception
-
Requests_Exception_HTTP
-
Requests_Exception_HTTP_409
__construct(),
getReason(),
get_class()
|
getData(),
getType()
|
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
integer
|
$code
HTTP status code |
#
409
|
protected
string
|
$reason
Reason phrase |
#
'Conflict'
|
$data,
$type
|
$file,
$line,
$message
|