Skip to content

Exceptions

ConfigurationError

Bases: Exception

Raised when there are issues with the configuration.

Source code in web3_google_hsm/exceptions.py
class 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
4
class SignatureError(Exception):
    """
    Raised when there are issues with signing.
    """