File: ErrorStack.php
Source Location: /PEAR-1.3.1/PEAR/ErrorStack.php
Classes:
PEAR_ErrorStack
Error Stack Implementation
Page Details:
Error Stack Implementation
This is an incredibly simple implementation of a very complex error handling facility. It contains the ability to track multiple errors from multiple packages simultaneously. In addition, it can track errors of many levels, save data along with the error, context information such as the exact file, line number, class and function that generated the error, and if necessary, it can raise a traditional PEAR_Error. It has built-in support for PEAR::Log, to log errors as they occur Since version 0.2alpha, it is also possible to selectively ignore errors, through the use of an error callback, see pushCallback() Since version 0.3alpha, it is possible to specify the exception class returned from push()
PEAR_ERRORSTACK_ERR_NONCLASS [line 110]
PEAR_ERRORSTACK_ERR_OBJTOSTRING [line 116]
PEAR_ERRORSTACK_IGNORE [line 103]
PEAR_ERRORSTACK_LOG [line 99]
PEAR_ERRORSTACK_PUSH [line 94]
PEAR_ERRORSTACK_PUSHANDLOG [line 89]
Documentation generated on Mon, 11 Mar 2019 10:14:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|