Coverage for src/pymmails/helpers/helpers_exceptions.py: 100%

4 statements  

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

1""" 

2@file 

3@brief Exception for subfolders ``helpers`` 

4""" 

5 

6 

7class FileAlreadyExistingException(Exception): 

8 """ 

9 file which already existing 

10 """ 

11 pass 

12 

13 

14class FileNotFlushedException(Exception): 

15 """ 

16 raised when the class @see cl BufferFilesWriting still contains 

17 some files not flushed when deleted 

18 """ 

19 pass