gene.etl.exceptions#

Provide ETL-specific exceptions.

exception gene.etl.exceptions.GeneFileVersionError[source]#

Raise when unable to parse version number from saved data file.

exception gene.etl.exceptions.GeneNormalizerEtlError[source]#

Base ETL exception.

exception gene.etl.exceptions.GeneSourceFetchError[source]#

Raise during data acquisition when data fetch fails (e.g. unable to get latest version number, or connection failure during download)