##// END OF EJS Templates
Backport PR #4840: Error in Session.send_raw()...
Backport PR #4840: Error in Session.send_raw() Addresses issue ipython/ipython/#4839. (This is my first pull request, and first contribution to ipython, so should be checked to make sure that my assumption about the problem is correct).

File last commit:

r11086:c137395d
r14847:5bf61109
Show More
exceptions.py
16 lines | 676 B | text/x-python | PythonLexer
"""NbConvert specific exceptions"""
#-----------------------------------------------------------------------------
# Copyright (c) 2013, the IPython Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Classes and functions
#-----------------------------------------------------------------------------
class ConversionException(Exception):
"""An exception raised by the conversion process."""
pass