Exception: CardanoUp::WalletPortError

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

#initializeWalletPortError

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