string describe_backtrace(mixed exception)
Called by various routines to format a readable description of an exception.
Something that was thrown. Usually an Error.Generic object, or an array with the following content:
Error message.
Backtrace to the point where the exception occurred.
Returns a string describing the exeception.
Usually added by the initialization code the global name space with add_constant() .
describe_backtrace()