Exception: BSV::Wallet::ReviewActionsError
- Defined in:
- lib/bsv/wallet/errors.rb
Overview
Code 7 — actions require review before they can be processed.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = 'actions require review', stack: '') ⇒ ReviewActionsError
constructor
A new instance of ReviewActionsError.
Methods inherited from Error
Constructor Details
#initialize(message = 'actions require review', stack: '') ⇒ ReviewActionsError
Returns a new instance of ReviewActionsError.
68 69 70 |
# File 'lib/bsv/wallet/errors.rb', line 68 def initialize( = 'actions require review', stack: '') super(, code: 7, stack: stack) end |