|
PHP eFax
|
Exception used in case of a timeout. More...
Public Member Functions | |
| __construct ($message="", $code=0, $previous=NULL) | |
| Initialize the exception. More... | |
This may look like a strange name for a timeout exception, but that's somehow what they used in the PEAR HttpRequest module. To be backward compatible with that one, I use the same exception.
| HttpInvalidParamException::__construct | ( | $message = "", |
|
$code = 0, |
|||
$previous = NULL |
|||
| ) |
This function ensures that the HttpInvalidParamException is full initialized as expected by the user.
| [in] | $message | The message of this exception (the error). |
| [in] | $code | The error code representing this exception (not used internally). |
| [in] | $previous | The previous exception level (not used internally). |
1.8.11