RosettaCodeData/Task/Exceptions/Ada/exceptions-3.ada
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

6 lines
146 B
Ada

...
exception
when Foo_Error =>
if ... then -- Alas, cannot handle it here,
raise; -- continue propagation of
end if;