class Regexp::Scanner::UnknownPosixClassError

The POSIX class name was not recognized by the scanner.

Public Class Methods

new(text, _) click to toggle source
Calls superclass method
# File lib/regexp_parser/scanner/errors/validation_error.rb, line 59
def initialize(text, _)
  super "Unknown POSIX class #{text}"
end