Exception: CardanoUp::ConfigNotSetError
- Inherits:
-
StandardError
- Object
- StandardError
- CardanoUp::ConfigNotSetError
- Defined in:
- lib/cardano-up/err.rb
Overview
Thrown when cardano_up internal config does not exists
Instance Method Summary collapse
-
#initialize ⇒ ConfigNotSetError
constructor
A new instance of ConfigNotSetError.
Constructor Details
#initialize ⇒ ConfigNotSetError
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 |