Exception
python
exception
official
true
Exception
ID: python/exception
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 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