Exception: CardanoUp::WalletPortUsedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cardano-up/err.rb

Overview

Thrown when wallet port is not set

Instance Method Summary collapse

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