Exception: CardanoUp::WalletPortError
- Inherits:
-
StandardError
- Object
- StandardError
- CardanoUp::WalletPortError
- Defined in:
- lib/cardano-up/err.rb
Overview
Thrown when wallet port is not set
Instance Method Summary collapse
-
#initialize ⇒ WalletPortError
constructor
A new instance of WalletPortError.
Constructor Details
#initialize ⇒ WalletPortError
Returns a new instance of WalletPortError.
55 56 57 |
# File 'lib/cardano-up/err.rb', line 55 def initialize super('Wallet port is not set!') end |