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