Contains error-related functions and Habari's error handler.
Located in /system/classes/error.php (line 8)
Exception | --Error
Used to handle all PHP errors after Error::handle_errors() is called.
Used to handle all uncaught exceptions.
function handle_errors
Configures the Error class to handle all errors.
function is_error
Returns true if the argument is an Error instance
function raise
Convenience method to create and return a new Error object
Constructor for the Error class
function get
Returns the error message in plain text
Get the error text, file, and line number from the backtrace, which is more accurate
function out
Outputs the error message in plain text
Inherited From Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
Documentation generated on Thu, 30 Oct 2008 20:31:09 +0100 by phpDocumentor 1.3.2