26 defined(
'LGV_ERROR_CATCHER' ) or die ( 'Cannot Execute Directly' );
47 $error_description = NULL,
50 $error_detailed_description = NULL
52 $this->error_code = $error_code;
53 $this->error_name = $error_name;
54 $this->error_description = $error_description;
55 $this->error_file = $error_file;
56 $this->error_line = $error_line;
57 $this->error_detailed_description = $error_detailed_description;
This class provides a general error report, with file, method and error information.
__construct( $error_code=0, $error_name=NULL, $error_description=NULL, $error_file=NULL, $error_line=NULL, $error_detailed_description=NULL)
$error_detailed_description