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. If you pass arguments to the constructor those arguments will be used by the next hook instead of the original ones.
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