Exception: Rest::TimeoutError

Inherits:
ClientError show all
Defined in:
lib/rest/errors.rb

Direct Known Subclasses

Wrappers::TyphoeusTimeoutError

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ TimeoutError



43
44
45
46
# File 'lib/rest/errors.rb', line 43

def initialize(msg=nil)
  msg ||= "HTTP Request Timed out."
  super(msg)
end