Exception: Zorki::ContentUnavailableError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Zorki could not find content requested") ⇒ ContentUnavailableError

Returns a new instance of ContentUnavailableError.



23
24
25
# File 'lib/zorki.rb', line 23

def initialize(msg = "Zorki could not find content requested")
  super
end