stores the arguments the method that the error occurred in had received.
API Tags:
stores the complete debug backtrace (if your PHP version has the debug_backtrace function)
API Tags:
stores the name of the class (if any) the error occurred in.
API Tags:
stores the code of the error
API Tags:
stores the filename of the file the error occurred in.
API Tags:
stores the name of the method the error occurred in
API Tags:
additional info that is relevant for the developer of the script (e.g. if a database connect fails, the dsn used) and that the end-user should not see.
API Tags:
stores the error level for this error
API Tags:
stores the line number the error occurred in.
API Tags:
stores the error message - this is the message that can also be shown the user if need be.
API Tags:
stores the type of error, as it is listed in the error backtrace
API Tags: