Coverage for src/pymmails/grabber/mail_exception.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-07-04 01:15 +0200

1""" 

2@file 

3@brief Exception 

4""" 

5 

6 

7class MailException (Exception): 

8 

9 """ 

10 custom exception for all class and functions below 

11 """ 

12 pass