class Regexp::Parser::UnknownTokenTypeError
Public Class Methods
Source
# File lib/regexp_parser/parser.rb, line 10 def initialize(type, token) super "Unknown token type #{type} #{token.inspect}" end
Calls superclass method
# File lib/regexp_parser/parser.rb, line 10 def initialize(type, token) super "Unknown token type #{type} #{token.inspect}" end