Exception: Protege::TimeoutError
- Defined in:
- lib/protege/errors/timeout_error.rb
Overview
the provider request timed out
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize(detail = nil) ⇒ TimeoutError
Returns a new instance of TimeoutError.
6 |
# File 'lib/protege/errors/timeout_error.rb', line 6 def initialize(detail = nil) = super(detail || 'the provider request timed out') |