class Regexp::Scanner::UnknownPosixClassError
The POSIX class name was not recognized by the scanner.
Public Class Methods
Source
# File lib/regexp_parser/scanner.rb, line 68 def initialize(text) super "Unknown POSIX class #{text}" end
Calls superclass method
Regexp::Scanner::ValidationError::new