Inheritance diagram for IPython.core.error:
Global exception classes for IPython.core.
Authors:
Bases: IPython.core.error.IPythonCoreError, exceptions.NotImplementedError
raw_input was requested in a context where it is not supported
For use in IPython kernels, where only some frontends may support stdin requests.
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.core.error.IPythonCoreError
Try next hook exception.
Raise this in your hook function to indicate that the next hook handler should be used to handle the operation.
x.__init__(...) initializes x; see help(type(x)) for signature
Bases: IPython.core.error.IPythonCoreError
Error in magic function arguments, etc.
Something that probably won’t warrant a full traceback, but should nevertheless interrupt a macro / batch file.
x.__init__(...) initializes x; see help(type(x)) for signature