catch/3
catch(+ProtectedGoal, -Exception, +Handler)
catch(
,
)
same as:
on_exception(Exception, ProtectedGoal, Handler)
on_exception(
Depends on ProtectedGoal and Handler.
Call errors (see ref-sem-exc).
ref-ere.