class RegexGenerator::TargetNotFoundError
Public Instance Methods
message()
click to toggle source
# File lib/regex_generator/exceptions.rb, line 3 def message 'The target was not found in the provided text' end