UNPKG

443 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const nest_exception_1 = require("@jiaxinjiang/nest-exception");
4class HttpRequestApiException extends nest_exception_1.ApiException {
5 constructor() {
6 super(...arguments);
7 this.code = 200101;
8 this.msg = 'http接口调用失败';
9 }
10}
11exports.HttpRequestApiException = HttpRequestApiException;
12//# sourceMappingURL=http.exception.js.map
\No newline at end of file