Exception: Zorki::ContentUnavailableError
- Defined in:
- lib/zorki.rb
Instance Method Summary collapse
-
#initialize(msg = "Zorki could not find content requested") ⇒ ContentUnavailableError
constructor
A new instance of ContentUnavailableError.
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 |