class Regexp::Scanner::InvalidSequenceError
Invalid sequence format. Used for escape sequences, mainly.
Public Class Methods
Source
# File lib/regexp_parser/scanner/errors/validation_error.rb, line 25 def initialize(what = 'sequence', where = '') super "Invalid #{what} at #{where}" end
Calls superclass method