# File rbs-2.1.0/lib/rbs/errors.rb, line 26
def initialize(location, error_message, token_type)
@location = location
@error_message = error_message
@token_type = token_type
super "#{Location.to_string location}: Syntax error: #{error_message}, token=`#{location.source}` (#{token_type})"
end