RosettaCodeData/Task/Exceptions/Ada/exceptions-3.adb

7 lines
146 B
Ada
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
...
exception
when Foo_Error =>
if ... then -- Alas, cannot handle it here,
raise; -- continue propagation of
end if;