class LimeSurvey::Api::AuthenticationError

Public Class Methods

new(msg="Could not Authenticate") click to toggle source
Calls superclass method
# File lib/lime_survey.rb, line 11
def initialize(msg="Could not Authenticate")
  super
end