PL SQL Programming Oracle PLSQL Tutorial

The Syntax for Exceptions

EXCEPTION
   WHEN OTHERS THEN
   
statements is one or more statements that will be processed when the exception occurs.
You could always code a NULL statement if no action is to be taken.