PHP eFax
|
An exception used by the eFax class. More...
The eFax class may throw this exception whenever an invalid parameter is found. This is done when you set a variable with an invalid value or when you attempt to generate the fax request without having set all the necessary parameters (the required parameters need to be set before calling eFax::message()
.)
eFaxException is an extension of the PHP Exception class.
The class is empty.