class Limeade::DisconnectedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/limeade/errors.rb, line 11
def initialize
  super('Attempting to use a disconnected client to the LimeSurvey API')
end