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