Exception: CardanoUp::ConfigNotSetError

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

Overview

Thrown when cardano_up internal config does not exists

Instance Method Summary collapse

Constructor Details

#initializeConfigNotSetError

Returns a new instance of ConfigNotSetError.



48
49
50
# File 'lib/cardano-up/err.rb', line 48

def initialize
  super("Config not exists at '#{CardanoUp.cardano_up_config}'!")
end