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.
      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  |