Exception: Regexp::Scanner::UnknownUnicodePropertyError
- Inherits:
-
ValidationError
- Object
- StandardError
- ValidationError
- Regexp::Scanner::UnknownUnicodePropertyError
- Defined in:
- lib/regexp_parser/scanner.rb
Overview
The property name was not recognized by the scanner.
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownUnicodePropertyError
constructor
A new instance of UnknownUnicodePropertyError.
Constructor Details
#initialize(name) ⇒ UnknownUnicodePropertyError
Returns a new instance of UnknownUnicodePropertyError.
1594 1595 1596 |
# File 'lib/regexp_parser/scanner.rb', line 1594 def initialize(name) super "Unknown unicode character property name #{name}" end |