module Errors
Public Instance Methods
to_s()
click to toggle source
# File lib/address-service/errors/resource_not_found.rb, line 9 def to_s "The resource you are looking for could not be found." end
# File lib/address-service/errors/resource_not_found.rb, line 9 def to_s "The resource you are looking for could not be found." end