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.



5
6
7
# File 'lib/regexp_parser/syntax.rb', line 5

def initialize(what)
  super what
end