class Regexp::Scanner::PrematureEndError

def initialize(where = '')

def initialize(where = '')
  super "Premature end of pattern: #{where}"
end