class Skroutz::TimeoutError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/skroutz/errors.rb, line 36
def initialize
  super 'The server did not produce a response within the configured time to wait'
end