musif.common.exceptions module¶
- exception musif.common.exceptions.CannotResurrectObject(obj)[source]¶
Bases:
ExceptionException raised when a cached object is accessed on a non-cached attribute and the object doesn’t know how to resurrect the non-cached object
- exception musif.common.exceptions.FeatureError[source]¶
Bases:
RuntimeErrorException raised when computing one of the features modules
- exception musif.common.exceptions.MissingFileError(file_path: str)[source]¶
Bases:
ExceptionException informing that an expected file couldn’t be found.