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