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

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-07-01 06:54 +0000

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): # noqa 

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

17 

18 pass