Exception: Regexp::Parser::ParserError

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

Direct Known Subclasses

UnknownTokenError, UnknownTokenTypeError

Instance Method Summary collapse

Constructor Details

#initialize(what) ⇒ ParserError

Returns a new instance of ParserError.



8
9
10
# File 'lib/regexp_parser/parser.rb', line 8

def initialize(what)
  super what
end