UNPKG

@kerthin/domain

Version:
6 lines (5 loc) 187 B
import { Exception } from './exception'; export declare class DomainValidationException extends Exception { readonly code?: string; constructor(message: string, code?: string); }