bittensor_wallet.errors

Contents

bittensor_wallet.errors#

ConfigurationError(msg)

KeyFileError(msg)

PasswordError(msg)

WalletError(msg)

Module Contents#

Exceptions Details

exception bittensor_wallet.errors.ConfigurationError(msg)

Bases: Exception

exception bittensor_wallet.errors.KeyFileError(msg)

Bases: Exception

exception bittensor_wallet.errors.PasswordError(msg)

Bases: Exception

exception bittensor_wallet.errors.WalletError(msg)

Bases: Exception