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