Promise.reject = function(reason) {
        return Promise.promise()
            .reject(ArgUtil.toArray(arguments));
    };