Exception: Zorki::ImageRequestTimedOutError
- Inherits:
-
RetryableError
- Object
- StandardError
- Error
- RetryableError
- Zorki::ImageRequestTimedOutError
- Defined in:
- lib/zorki.rb
Instance Method Summary collapse
-
#initialize(msg = "Zorki encountered a timeout error requesting an image") ⇒ ImageRequestTimedOutError
constructor
A new instance of ImageRequestTimedOutError.
Constructor Details
#initialize(msg = "Zorki encountered a timeout error requesting an image") ⇒ ImageRequestTimedOutError
Returns a new instance of ImageRequestTimedOutError.
31 32 33 |
# File 'lib/zorki.rb', line 31 def initialize(msg = "Zorki encountered a timeout error requesting an image") super end |