Source code for dailylog_lib.exceptions

"""Top level module exceptions for dailylog."""


[docs] class FilePermError(Exception): """Class for file permission errors."""