Exception: Regexp::Scanner::ScannerError

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

Overview

General scanner error (catch all)

Direct Known Subclasses

PrematureEndError

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ ScannerError

Returns a new instance of ScannerError.



1448
1449
1450
# File 'lib/regexp_parser/scanner.rb', line 1448

def initialize(what)
  super what
end