Exception: Uber::TimeoutError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Uber::TimeoutError
- Defined in:
- lib/simple_worker/uber_client.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize(msg = nil) ⇒ TimeoutError
Returns a new instance of TimeoutError.
50 51 52 53 |
# File 'lib/simple_worker/uber_client.rb', line 50 def initialize(msg=nil) msg ||= "HTTP Request Timed out." super(msg) end |