constructor LiveUser_Error::LiveUser_Error()

constructor LiveUser_Error::LiveUser_Error() -- Creates a liveuser error object, extending the PEAR_Error class

Synopsis

require_once 'LiveUser.php';

PEAR_Error constructor LiveUser_Error::LiveUser_Error ([int $code = LIVEUSER_ERROR [, int $mode = PEAR_ERROR_RETURN [, int $level = E_USER_NOTICE [, mixed $debuginfo = NULL]]]])

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.