Exception: Aviator::Session::NotAuthenticatedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppet/feature/aviator/core/session.rb

Instance Method Summary collapse

Constructor Details

#initializeNotAuthenticatedError

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