class Regexp::Scanner::InvalidBackrefError
Invalid back reference. Used for name a number refs/calls.
Public Class Methods
Source
# File lib/regexp_parser/scanner.rb, line 54 def initialize(what, reason) super "Invalid back reference #{what}, #{reason}" end
Calls superclass method
Regexp::Scanner::ValidationError::new