Inheritance diagram for IPython.core.error:
Global exception classes for IPython.core.
Authors:
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 x.__class__.__doc__ for signature