Exception: Skroutz::TimeoutError

Inherits:
SkroutzError show all
Defined in:
lib/skroutz/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

Returns a new instance of TimeoutError.



36
37
38
# File 'lib/skroutz/errors.rb', line 36

def initialize
  super 'The server did not produce a response within the configured time to wait'
end