class AddressFinder::NotFoundError
Attributes
Public Class Methods
Source
# File lib/addressfinder/errors.rb, line 18 def initialize(status, body, pxid) @status = status @body = body @pxid = pxid super("The address or location you have requested could not be found.\n#{body}") end
Calls superclass method