class CallStack
package haxe
Get information about the call stack.
Static methods
staticexceptionStack ():Array<StackItem>
Return the exception stack : this is the stack elements between the place the last exception was thrown and the place it was caught, or an empty array if not available.