Jump to content

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

→‎{{header|Tcl}}: Add note: Both exceptions are caught and one is re-raised rather than only one being caught.
(→‎{{header|Perl}}: Add note on catching both exceptions.)
(→‎{{header|Tcl}}: Add note: Both exceptions are caught and one is re-raised rather than only one being caught.)
Line 1,630:
 
=={{header|Tcl}}==
Note: Both exceptions are caught and one is re-raised rather than only one being caught.
 
{{works with|Tcl|8.5}}
<lang tcl>package require Tcl 8.5
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.