Message Oracle PLS-00367 - a RAISE statement with no exception name must be inside an exception handler

ERRORa RAISE statement with no exception name must be inside an exception handler
CAUSEA RAISE statement not followed by an exception name was found outside an exception handler
ACTIONDelete the RAISE statement, relocate it to an exception handler, or supply the missing exception name.