Exception: CardanoUp::EnvNotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- CardanoUp::EnvNotSupportedError
- Defined in:
- lib/cardano-up/err.rb
Overview
Thrown when env is not supported
Instance Method Summary collapse
-
#initialize(env) ⇒ EnvNotSupportedError
constructor
A new instance of EnvNotSupportedError.
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 |