module helpers.helpers_exceptions

Inheritance diagram of pymmails.helpers.helpers_exceptions

Short summary

module pymmails.helpers.helpers_exceptions

Exception for subfolders helpers

source on GitHub

Classes

class

truncated documentation

FileAlreadyExistingException

file which already existing

FileNotFlushedException

raised when the class BufferFilesWriting still contains some files not flushed when deleted

Documentation

Exception for subfolders helpers

source on GitHub

exception pymmails.helpers.helpers_exceptions.FileAlreadyExistingException

Bases: Exception

file which already existing

source on GitHub

exception pymmails.helpers.helpers_exceptions.FileNotFlushedException

Bases: Exception

raised when the class BufferFilesWriting still contains some files not flushed when deleted

source on GitHub