"""Top level module exceptions for dailylog.""" [docs] class FilePermError(Exception): """Class for file permission errors."""
Contents