Exception: Regexp::Scanner::UnknownUnicodePropertyError

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

Overview

The property name was not recognized by the scanner.

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownUnicodePropertyError

Returns a new instance of UnknownUnicodePropertyError.



61
62
63
# File 'lib/regexp_parser/scanner.rb', line 61

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