/** * 核心异常类 * NotExtendedException * code 510 * @author ranyunlong<549510622@qq.com> * license MIT */ import { HttpException, Properties } from "./HttpException"; /** * @code 510 */ export declare class NotExtendedException extends HttpException { constructor(properties?: Properties | boolean, error?: Properties, message?: string); }