Exception: Regexp::Scanner::UnknownUnicodePropertyError

Inherits:
ValidationError
  • Object
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.



59
60
61
# File 'lib/regexp_parser/scanner.rb', line 59

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