constructor
LiveUser_Error::LiveUser_Error() -- Creates a liveuser error object, extending the PEAR_Error class
Description
This package is not documented yet.
Parameter
- integer
$code
the error code
- integer
$mode
the reaction to the error, either return, die or trigger/callback
- integer
$level
intensity of the error (PHP error code)
- mixed
$debuginfo
any information that can inform user as to nature of the error
Throws
throws no exceptions thrown
Note
This function can not be called
statically.