Exception: Aviator::Session::EnvironmentNotDefinedError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/puppet/feature/aviator/core/session.rb

Instance Method Summary collapse

Constructor Details

#initialize(path, env) ⇒ EnvironmentNotDefinedError

Returns a new instance of EnvironmentNotDefinedError.



21
22
23
# File 'lib/puppet/feature/aviator/core/session.rb', line 21

def initialize(path, env)
  super("The environment '#{ env }' is not defined in #{ path }.")
end