Exception: DefraRuby::Address::NoMatchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/defra_ruby/address/no_match_error.rb

Instance Method Summary collapse

Constructor Details

#initializeNoMatchError

Returns a new instance of NoMatchError.



6
7
8
# File 'lib/defra_ruby/address/no_match_error.rb', line 6

def initialize
  super("No match found")
end