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.



13
14
15
# File 'lib/cardano-up/err.rb', line 13

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