BaseException python exception official true

BaseException

ID: python/baseexception

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

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
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

Official Documentation

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