Static Public Member Functions | |
| raiseError ($errNo, $errMsg, $file, $line) | |
| handleException ($e) | |
| getBacktrace ($info, $trace, $errNo=null) | |
Static Public Attributes | |
| $errType | |
|
||||||||||||||||
|
Definition at line 91 of file error.inc.php. References $s. |
|
|
Definition at line 70 of file error.inc.php. References getReportErrorForm(). Referenced by BaseJumper::start(). |
|
||||||||||||||||||||
|
Definition at line 33 of file error.inc.php. References getReportErrorForm(). |
|
|
Initial value: array(
1 => "Php Error",
2 => "Php Warning",
4 => "Parsing Error",
8 => "Php Notice",
16 => "Core Error",
32 => "Core Warning",
64 => "Compile Error",
128 => "Compile Warning",
256 => "Php User Error",
512 => "Php User Warning",
1024 => "Php User Notice"
)
Definition at line 11 of file error.inc.php. |
1.3.9.1