ExceptionTypeRegisteredQ
ExceptionTypeRegisteredQ[sym]returns True when sym is registered as a symbolic exception type, and False otherwise.
Example
RegisterExceptionType[FileReadError];
ExceptionTypeRegisteredQ[FileReadError]Use ExceptionTypes to list registered types and their subtypes.
See the official Wolfram Language reference for more details.