UNPKG

@kerthin/domain

Version:
6 lines (5 loc) 199 B
import { Exception } from './'; export declare class ValidationArrayException extends Exception { private readonly exceptions?; constructor(message: string, exceptions?: Array<Exception>); }