Source code for pymmails.helpers.helpers_exceptions

"""
Exception for subfolders ``helpers``


:githublink:`%|py|5`
"""


[docs]class FileAlreadyExistingException(Exception): """ file which already existing :githublink:`%|py|10` """ pass
[docs]class FileNotFlushedException(Exception): """ raised when the class :class:`BufferFilesWriting <pymmails.helpers.buffer_files_writing.BufferFilesWriting>` still contains some files not flushed when deleted :githublink:`%|py|18` """ pass