# Used to indicate if something went wrong while trying to organize the music # file class UnableToCreateAlbumDirectoryError(Exception): pass # Used to indicate if the album cover was not found on the disk when the album # artwork was meant to be inserted class UnableToFindThumbnailFileError(Exception): pass