Exception: Fabychy::Errors::TimeoutError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fabychy.rb,
lib/fabychy/user.rb

Overview

Error returned when HTTPClient raise a timeout (?)

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TimeoutError

Returns a new instance of TimeoutError.



82
83
84
# File 'lib/fabychy.rb', line 82

def initialize(message)
  super("Timeout reached. Message: #{message}")
end