Exceptions ConfigurationError ¶ Bases: Exception Raised when there are issues with the configuration. Source code in web3_google_hsm/exceptions.py 7 8 9 10class ConfigurationError(Exception): """ Raised when there are issues with the configuration. """ SignatureError ¶ Bases: Exception Raised when there are issues with signing. Source code in web3_google_hsm/exceptions.py 1 2 3 4class SignatureError(Exception): """ Raised when there are issues with signing. """