Exception: Zorki::ImageRequestFailedError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Zorki received a non-200 response requesting an image") ⇒ ImageRequestFailedError

Returns a new instance of ImageRequestFailedError.



44
45
46
# File 'lib/zorki.rb', line 44

def initialize(msg = "Zorki received a non-200 response requesting an image")
  super
end