class Regexp::Parser::UnknownTokenError
Public Class Methods
new(type, token)
click to toggle source
Calls superclass method
# File lib/regexp_parser/parser.rb, line 16 def initialize(type, token) super "Unknown #{type} token #{token.token}" end