##// END OF EJS Templates
Revert "Added line to dump page html casperjs"...
Revert "Added line to dump page html casperjs" This reverts commit 7091ce87f7a280dde7724d92fd542b834f764e61.

File last commit:

r11086:c137395d
r14521:14459cfd
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