Exception: Aviator::Session::NotAuthenticatedError
- Defined in:
 - lib/puppet/feature/aviator/core/session.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ NotAuthenticatedError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NotAuthenticatedError.
 
Constructor Details
#initialize ⇒ NotAuthenticatedError
Returns a new instance of NotAuthenticatedError.
      41 42 43  | 
    
      # File 'lib/puppet/feature/aviator/core/session.rb', line 41 def initialize super("Session is not authenticated. Please authenticate before proceeding.") end  |