Exception: Harvesting::RequestNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(uri) ⇒ RequestNotFound

Returns a new instance of RequestNotFound.



9
10
11
# File 'lib/harvesting/errors.rb', line 9

def initialize(uri)
  super("The page you were looking for may have been moved or the address misspelled: #{uri}")
end