Exception: BSV::Wallet::UnsupportedActionError

Inherits:
WalletError
  • Object
show all
Defined in:
lib/bsv/wallet_interface/errors/unsupported_action_error.rb

Instance Attribute Summary

Attributes inherited from WalletError

#code

Instance Method Summary collapse

Constructor Details

#initialize(method_name = 'this method') ⇒ UnsupportedActionError

Returns a new instance of UnsupportedActionError.



6
7
8
# File 'lib/bsv/wallet_interface/errors/unsupported_action_error.rb', line 6

def initialize(method_name = 'this method')
  super("#{method_name} is not supported by this wallet implementation", 2)
end