Exception: CardanoUp::EnvNotSupportedError

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

Overview

Thrown when env is not supported

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ EnvNotSupportedError

Returns a new instance of EnvNotSupportedError.



41
42
43
# File 'lib/cardano-up/err.rb', line 41

def initialize(env)
  super("Environment '#{env}' not supported. Supported are: #{ENVS}")
end