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.



20
21
22
# File 'lib/cardano-up/err.rb', line 20

def initialize
  super('Wallet port is not set!')
end