Made to Order Software Corporation Logo

PHP eFax: HttpInvalidParamException Class Reference

HttpInvalidParamException Class Reference

Exception used in case of a timeout. More...

Inheritance diagram for HttpInvalidParamException:

Public Member Functions

 __construct ($message="", $code=0, $previous=NULL)
 Initialize the exception. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

HttpInvalidParamException::__construct (   $message = "",
  $code = 0,
  $previous = NULL 
)

This function ensures that the HttpInvalidParamException is full initialized as expected by the user.

Parameters
[in]$messageThe message of this exception (the error).
[in]$codeThe error code representing this exception (not used internally).
[in]$previousThe previous exception level (not used internally).

The documentation for this class was generated from the following file: