ID EN
Built-in Exceptions

Exception

Python 3.11

All built-in, non-system-exiting exceptions are derived from this class. All user-defined exceptions should also be derived from this class.

Syntax

PYTHON
exception Exception