Coverage for src/pymyinstall/installcustom/install_custom_exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2023-07-19 01:47 +0200

1""" 

2@file 

3@brief Exceptions 

4""" 

5 

6 

7class ManualDownloadException(RuntimeError): 

8 """ 

9 raised when a manual download is required 

10 """ 

11 pass