Exception: Zorki::ImageRequestTimedOutError

Inherits:
RetryableError show all
Defined in:
lib/zorki.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Zorki encountered a timeout error requesting an image") ⇒ ImageRequestTimedOutError

Returns a new instance of ImageRequestTimedOutError.



38
39
40
# File 'lib/zorki.rb', line 38

def initialize(msg = "Zorki encountered a timeout error requesting an image")
  super
end