Disarming a Global Exception Handler

A global exception handler remains armed until it is explicitly disarmed or the process that armed it terminates.

The following syntax disarms a global exception handler.

on exception-class do null global;