Exceptions/Catch an exception thrown in a nested call: Difference between revisions

m
Line 2,189:
Press Enter...
</pre>
Note that, unlike Python, the call stack from foo() to baz() has gone, for good, however e[E_LINE] is 11, indicating that unhandled exception originated from line 11 (ie "throw(U1)"), and if you need any more help than that, you'll have to arrange for it to end up in e[E_USER] manually.
 
=={{header|PicoLisp}}==
7,806

edits