Python Exceptions
Fleeting- Référence externe : https://docs.python.org/3/library/exceptions.html
- see,
programmers are encouraged to derive new exceptions from the Exception class or one of its subclasses, and not from BaseException
all exceptions must be instances of a class that derives from BaseException