Exception: BSV::Wallet::UnsupportedActionError
- Inherits:
-
WalletError
- Object
- StandardError
- WalletError
- BSV::Wallet::UnsupportedActionError
- Defined in:
- lib/bsv/wallet_interface/errors/unsupported_action_error.rb
Instance Attribute Summary
Attributes inherited from WalletError
Instance Method Summary collapse
-
#initialize(method_name = 'this method') ⇒ UnsupportedActionError
constructor
A new instance of UnsupportedActionError.
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 |