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.
| 59 60 61 | # File 'lib/regexp_parser/scanner.rb', line 59 def initialize(name) super "Unknown unicode character property name #{name}" end |