RosettaCodeData/Task/Exceptions/Oz/exceptions-2.oz

6 lines
106 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
try
raise someError(debug:unit) end
catch someError(debug:d(stack:ST ...)...) then
{Inspect ST}
end