Post-mortem error inspection
Factor handbook » The language » Exception handling

Prev:The debugger
Next:Common error handling pitfalls


The most recently thrown error, together with the continuation at that point, are stored in a pair of global variables:
error

error-continuation


Developer tools for inspecting these values are found in The debugger.