Class: BSV::Wallet::PoolDepletedError
- Inherits:
-
Error
- Object
- Error
- BSV::Wallet::PoolDepletedError
- Defined in:
- lib/bsv/wallet/errors.rb
Instance Method Summary collapse
-
#initialize(pool_name) ⇒ PoolDepletedError
constructor
A new instance of PoolDepletedError.
Constructor Details
#initialize(pool_name) ⇒ PoolDepletedError
Returns a new instance of PoolDepletedError.
22 23 24 |
# File 'lib/bsv/wallet/errors.rb', line 22 def initialize(pool_name) super("UTXO pool '#{pool_name}' is depleted; no outputs available for acquisition") end |