UNPKG

@kerthin/domain

Version:
11 lines (10 loc) 322 B
import { Exception } from './'; export declare type ExceptionType = { [name: string]: Array<Exception>; }; export declare class ValidationDictException extends Exception { private readonly exceptions?; constructor(message: string, exceptions?: ExceptionType); parseExceptions(): any; private foobar; }