patError error object used by the patFormsError manager as error messages container for precise error management.
$Id: patError.php,v 1.1 2004/12/24 04:06:30 eddieajau Exp $
Located in /includes/patTemplate/patError.php (line 27)
constructor - used to set up the error with all needed error details.
constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
get the backtrace
This is only possible, if debug_backtrace() is available.
recieve error code
get the filename in which the error occured
This is only possible, if debug_backtrace() is available.
retrieves the additional error information (information usually only relevant for developers)
returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
get the line number in which the error occured
This is only possible, if debug_backtrace() is available.
retrieves the error message
Documentation generated on Fri, 4 Mar 2005 13:56:50 +1000 by phpDocumentor 1.3.0RC3