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

Content added Content deleted
(Added a solution for MATLAB)
m (→‎{{header|D}}: +libhdr)
Line 286: Line 286:
=={{header|D}}==
=={{header|D}}==
First exception will be caught and message will be displayed, second will be caught by default exception handler.
First exception will be caught and message will be displayed, second will be caught by default exception handler.

{{libheader|tango}}


<lang D>module test;
<lang D>module test;