Jump to content

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

m
Line 1,679:
"traditional" implementation, using class based exceptions, and method invocations:
 
<lang Smalltalk>Exception
subclass: #U0
instanceVariableNames:''
Line 1,721:
]
 
CatchMeIfYouCan new foo</lang>
 
=={{header|Tcl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.