Exception: Aviator::Session::InvalidConfigFilePathError
- Defined in:
 - lib/puppet/feature/aviator/core/session.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(path)  ⇒ InvalidConfigFilePathError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidConfigFilePathError.
 
Constructor Details
#initialize(path) ⇒ InvalidConfigFilePathError
Returns a new instance of InvalidConfigFilePathError.
      34 35 36  | 
    
      # File 'lib/puppet/feature/aviator/core/session.rb', line 34 def initialize(path) super("The config file at #{ path } does not exist!") end  |