Exception: CardanoUp::WalletPortUsedError
- Inherits:
-
StandardError
- Object
- StandardError
- CardanoUp::WalletPortUsedError
- Defined in:
- lib/cardano-up/err.rb
Overview
Thrown when wallet port is not set
Instance Method Summary collapse
-
#initialize(port) ⇒ WalletPortUsedError
constructor
A new instance of WalletPortUsedError.
Constructor Details
#initialize(port) ⇒ WalletPortUsedError
Returns a new instance of WalletPortUsedError.
62 63 64 |
# File 'lib/cardano-up/err.rb', line 62 def initialize(port) super("The port #{port} is already in use!") end |