This class provides a general error report, with file, method and error information. More...
Public Member Functions | |
__construct ( $error_code=0, $error_name=NULL, $error_description=NULL, $error_file=NULL, $error_line=NULL, $error_detailed_description=NULL) | |
Public Attributes | |
$error_code | |
$error_name | |
$error_description | |
$error_file | |
$error_line | |
$error_detailed_description | |
This class provides a general error report, with file, method and error information.
Definition at line 32 of file error.class.php.
LGV_Error::__construct | ( | $error_code = 0 , |
|
$error_name = NULL , |
|||
$error_description = NULL , |
|||
$error_file = NULL , |
|||
$error_line = NULL , |
|||
$error_detailed_description = NULL |
|||
) |
Definition at line 44 of file error.class.php.
LGV_Error::$error_code |
Definition at line 33 of file error.class.php.
LGV_Error::$error_description |
Definition at line 35 of file error.class.php.
LGV_Error::$error_detailed_description |
Definition at line 38 of file error.class.php.
LGV_Error::$error_file |
Definition at line 36 of file error.class.php.
LGV_Error::$error_line |
Definition at line 37 of file error.class.php.
LGV_Error::$error_name |
Definition at line 34 of file error.class.php.