class DefraRuby::Address::NoMatchError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/defra_ruby/address/no_match_error.rb, line 6
def initialize
  super("No match found")
end