HuggingMouse.custom_exceptions ============================== .. py:module:: HuggingMouse.custom_exceptions Exceptions ---------- .. autoapisummary:: HuggingMouse.custom_exceptions.AllenCachePathNotSpecifiedError HuggingMouse.custom_exceptions.TransformerEmbeddingCachePathNotSpecifiedError HuggingMouse.custom_exceptions.RegressionOutputCachePathNotSpecifiedError Module Contents --------------- .. py:exception:: AllenCachePathNotSpecifiedError(message=' Allen cache path is not specified as an environment variable! Set HGMS_ALLEN_CACHE_PATH with EXPORT or .env file') Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:attribute:: message :value: ' Allen cache path is not specified as an environment variable! Set HGMS_ALLEN_CACHE_PATH with... .. py:exception:: 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: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:attribute:: message :value: 'Transformer embedding path cache path is not specified as an environment variable! Set... .. py:exception:: 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: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:attribute:: message :value: 'Regression analysis output path cache path is not specified as an environment variable! Set...