Exception: Regexp::Syntax::SyntaxError

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

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ SyntaxError

Returns a new instance of SyntaxError.



12
13
14
# File 'lib/regexp_parser/syntax.rb', line 12

def initialize(what)
  super what
end