class Aviator::Session::AuthenticationError
Public Class Methods
new(last_auth_body)
click to toggle source
Calls superclass method
# File lib/aviator/core/session.rb, line 16 def initialize(last_auth_body) super("Authentication failed. The server returned #{ last_auth_body }") end