Exception: Aviator::Request::PathNotDefinedError
- Defined in:
 - lib/puppet/feature/aviator/core/request.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ PathNotDefinedError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PathNotDefinedError.
 
Constructor Details
#initialize ⇒ PathNotDefinedError
Returns a new instance of PathNotDefinedError.
      18 19 20  | 
    
      # File 'lib/puppet/feature/aviator/core/request.rb', line 18 def initialize super "path is not defined." end  |