Inheritance diagram for IPython.kernel.core.error:
error.py
We declare here a class hierarchy for all exceptions produced by IPython, in cases where we don’t just raise one from the standard library.
Bases: IPython.kernel.core.error.ControllerError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.error.IPythonError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.error.EngineError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.error.IPythonError
x.__init__(...) initializes x; see x.__class__.__doc__ for signature