class Harvesting::RequestNotFound

Public Class Methods

new(uri) click to toggle source
Calls superclass method
# 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