class RegexGenerator::TitleNotFoundError

Public Instance Methods

message() click to toggle source
# File lib/regex_generator/exceptions.rb, line 9
def message
  'The title was not found in the provided text'
end