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

Content added Content deleted
(Output for 11l)
Line 43: Line 43:
Function foo caught exception U0
Function foo caught exception U0
</pre>
</pre>
The exact behavior for an uncaught exception is implementation-defined [as in C++].


=={{header|Ada}}==
=={{header|Ada}}==