Exception: DefraRuby::Area::NoMatchError
- Inherits:
-
StandardError
- Object
- StandardError
- DefraRuby::Area::NoMatchError
- Defined in:
- lib/defra_ruby/area/no_match_error.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMatchError
constructor
A new instance of NoMatchError.
Constructor Details
#initialize ⇒ NoMatchError
Returns a new instance of NoMatchError.
6 7 8 |
# File 'lib/defra_ruby/area/no_match_error.rb', line 6 def initialize super("No match found") end |