votem8.exception.data#

Exceptions raised by the data module.

Module Contents#

Classes#

DataFileNotFoundError

Raised when a requested package data file is not found.

API#

class votem8.exception.data.DataFileNotFoundError(path_relative: str, path_absolute: pathlib.Path)[source]#

Bases: votem8.exception.PackageError

Raised when a requested package data file is not found.

Parameters

path_relative Path to the file relative to the package’s data directory. path_absolute Absolute path to the file.

Initialization