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.



49
50
51
# File 'lib/zorki.rb', line 49

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