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.



31
32
33
# File 'lib/zorki.rb', line 31

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