Exception: RegexGenerator::TargetNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/regex_generator/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/regex_generator/exceptions.rb', line 3

def message
  'The target was not found in the provided text'
end