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