Gurpenator.CheckingContext.throwNotAnIntError C# (CSharp) Method

throwNotAnIntError() public static method

public static throwNotAnIntError ( Token token ) : void
token Token
return void
        public static void throwNotAnIntError(Token token)
        {
            throw token.parseThing.createError("cannot interpret '" + token.ToString() + "' as an integer");
        }