frarch.utils.exceptions module#

exception frarch.utils.exceptions.DatasetNotFoundError(path: Union[str, pathlib.Path], msg: str = 'Dataset not found in path {path}')[source]#

Bases: frarch.utils.exceptions.FrarchException

Exception raised for OS dataset errors.

Parameters

path ([Path, str]) – path where the dataset should be

exception frarch.utils.exceptions.FrarchException[source]#

Bases: Exception

Base exception class for frarch package.