Exception: Aviator::Session::EnvironmentNotDefinedError
- Defined in:
- lib/puppet/feature/aviator/core/session.rb
Instance Method Summary collapse
-
#initialize(path, env) ⇒ EnvironmentNotDefinedError
constructor
A new instance of EnvironmentNotDefinedError.
Constructor Details
#initialize(path, env) ⇒ EnvironmentNotDefinedError
Returns a new instance of EnvironmentNotDefinedError.
23 24 25 |
# File 'lib/puppet/feature/aviator/core/session.rb', line 23 def initialize(path, env) super("The environment '#{ env }' is not defined in #{ path }.") end |