Method MasterObject()->describe_backtrace()
- Method
describe_backtrace
stringdescribe_backtrace(mixedexception)- Description
Called by various routines to format a readable description of an exception.
- Parameter
exception Something that was thrown. Usually an Error.Generic object, or an array with the following content:
Array stringmsgError message.
array(|backtrace_framearray(mixed))backtraceBacktrace to the point where the exception occurred.
- Returns
Returns a string describing the exeception.
- Note
Usually added by the initialization code the global name space with add_constant().
- See also