Exception: Regexp::Scanner::UnknownUnicodePropertyError

Inherits:
ValidationError show all
Defined in:
lib/regexp_parser/scanner/errors/validation_error.rb

Overview

The property name was not recognized by the scanner.

Instance Method Summary collapse

Methods inherited from ValidationError

for, types

Constructor Details

#initialize(name, _) ⇒ UnknownUnicodePropertyError

Returns a new instance of UnknownUnicodePropertyError.



52
53
54
# File 'lib/regexp_parser/scanner/errors/validation_error.rb', line 52

def initialize(name, _)
  super "Unknown unicode character property name #{name}"
end