Exception python exception official true

Exception

ID: python/exception

Also available as: JSON · Markdown
80%Fix Rate
95%Confidence
0Evidence

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
3.x active

Root Cause

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

generic

Official Documentation

https://docs.python.org/3/library/exceptions.html