HuggingMouse.custom_exceptions

Module Contents

exception HuggingMouse.custom_exceptions.AllenCachePathNotSpecifiedError(message=' Allen cache path is not specified as an environment variable! Set HGMS_ALLEN_CACHE_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.

exception HuggingMouse.custom_exceptions.TransformerEmbeddingCachePathNotSpecifiedError(message='Transformer embedding path cache path is not specified as an environment variable! Set HGMS_TRANSF_EMBEDDING_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.

exception HuggingMouse.custom_exceptions.RegressionOutputCachePathNotSpecifiedError(message='Regression analysis output path cache path is not specified as an environment variable! Set HGMS_REGR_ANAL_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.