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.



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