Exception: Regexp::Scanner::ScannerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/regexp_parser/scanner.rb

Overview

line 626 “/ama/src/ruby/regexp_parser/lib/regexp_parser/scanner/scanner.rl”

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ ScannerError

Returns a new instance of ScannerError.



1347
1348
1349
# File 'lib/regexp_parser/scanner.rb', line 1347

def initialize(what)
  super what
end