lrctoolbox.exceptions module

Exceptions for the lrctoolbox package.

exception lrctoolbox.exceptions.FileTypeError(file_type: str, supported_file_types: list[str])[source]

Bases: LRCError

Raised when the file type is not supported.

exception lrctoolbox.exceptions.LRCError[source]

Bases: Exception

Base class for exceptions in this module.