Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/nbconvert/utils/exceptions.py: 50%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1"""NbConvert specific exceptions""" 

2# ----------------------------------------------------------------------------- 

3# Copyright (c) 2013, the IPython Development Team. 

4# 

5# Distributed under the terms of the Modified BSD License. 

6# 

7# The full license is in the file COPYING.txt, distributed with this software. 

8# ----------------------------------------------------------------------------- 

9 

10# ----------------------------------------------------------------------------- 

11# Classes and functions 

12# ----------------------------------------------------------------------------- 

13 

14 

15class ConversionException(Exception): 

16 """An exception raised by the conversion process."""