2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

docs(core/AxiosError)

This commit is contained in:
Jay
2022-06-02 20:54:47 +02:00
parent fb8efb9a70
commit c4c30b22d6
+1
View File
@@ -10,6 +10,7 @@ var utils = require('../utils');
* @param {Object} [config] The config.
* @param {Object} [request] The request.
* @param {Object} [response] The response.
*
* @returns {Error} The created error.
*/
function AxiosError(message, code, config, request, response) {