Disarming a Local Exception Handler
A local exception handler normally remains armed for the duration of the method that armed it.
The following syntax disarms a local exception handler of a specified exception class.
on exception-class do null;
This disarms the last (or most recently armed) exception handler for exceptions of the specified exception class.