Version: 1.0.0
import { ApiException } from '@jiaxinjiang/nest-exception';
export declare class HttpRequestApiException extends ApiException {
readonly code: number;
readonly msg: string;
}