Exception: Zorki::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zorki.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Zorki encountered an error scraping Instagram") ⇒ Error

Returns a new instance of Error.



17
18
19
# File 'lib/zorki.rb', line 17

def initialize(msg = "Zorki encountered an error scraping Instagram")
  super
end