Additional Inherited Members | |
Public Member Functions inherited from HTTP_Request2_Exception | |
__construct ($message=null, $code=null, $nativeCode=null) | |
getNativeCode () | |
Public Member Functions inherited from PEAR_Exception | |
__construct ($message, $p2=null, $p3=null) | |
getErrorData () | |
getCause () | |
getCauseMessage (&$causes) | |
getTraceSafe () | |
getErrorClass () | |
getErrorMethod () | |
__toString () | |
toHtml () | |
toText () | |
Static Public Member Functions inherited from PEAR_Exception | |
static | addObserver ($callback, $label= 'default') |
static | removeObserver ($label= 'default') |
static | getUniqueId () |
Public Attributes inherited from HTTP_Request2_Exception | |
const | INVALID_ARGUMENT = 1 |
const | MISSING_VALUE = 2 |
const | MISCONFIGURATION = 3 |
const | READ_ERROR = 4 |
const | MALFORMED_RESPONSE = 10 |
const | DECODE_ERROR = 20 |
const | TIMEOUT = 30 |
const | TOO_MANY_REDIRECTS = 40 |
const | NON_HTTP_REDIRECT = 50 |
Public Attributes inherited from PEAR_Exception | |
const | OBSERVER_PRINT = -2 |
const | OBSERVER_TRIGGER = -4 |
const | OBSERVER_DIE = -8 |
Protected Attributes inherited from PEAR_Exception | |
$cause | |
Definition at line 141 of file Exception.php.