''' Base exceptions for MAT ''' class UnableToRemoveFile(Exception): '''This exception is raised when a file could not be removed ''' pass