Gurpenator.CheckingContext.throwNotAPercentError C# (CSharp) Method

throwNotAPercentError() public static method

public static throwNotAPercentError ( Token token ) : void
token Token
return void
        public static void throwNotAPercentError(Token token)
        {
            throw token.parseThing.createError("cannot interpret '" + token.ToString() + "' as a percent");
        }