class Aviator::Session::NotAuthenticatedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/aviator/core/session.rb, line 43
def initialize
  super("Session is not authenticated. Please authenticate before proceeding.")
end