BaseException
python
exception
official
true
BaseException
ID: python/baseexception
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3.x | active | — | — | — |
Root Cause
The base class for all built-in exceptions. Not meant to be directly inherited by user-defined classes; use Exception instead.
generic