Static Public Member Functions | Static Public Attributes

OB_ErrorHandler Class Reference

Static Public Member Functions

static errorHandler ($errNo, $errMsg, $fileName, $lineNum, $vars)
static exceptionHandler ($exc)

Static Public Attributes

static $errorMode = 'html'

Detailed Description

Definition at line 27 of file ErrorHandler.php.


Member Function Documentation

static errorHandler ( errNo,
errMsg,
fileName,
lineNum,
vars 
) [static]

User error handler

Parameters:
number$errNoerror number
string$errMsgerror message
string$fileNamefile name where the error occurred
number$lineNumline number where the error occurred
<type>$vars (not yet implemented)
Returns:
void

Definition at line 41 of file ErrorHandler.php.

Here is the call graph for this function:

static exceptionHandler ( exc ) [static]

User exception handler

Parameters:
object$exchold error data
Returns:
void

Definition at line 70 of file ErrorHandler.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: