UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 320 B
import { BaseError, Type } from "./type"; /** * @hidden */ export declare class AggregateException extends BaseError { static $t: Type; constructor(a: number); constructor(a: number, b: string); constructor(a: number, b: string, c: BaseError); constructor(a: number, ..._rest: any[]); }