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.
43 44 45 |
# File 'lib/puppet/feature/aviator/core/session.rb', line 43 def initialize super("Session is not authenticated. Please authenticate before proceeding.") end |