UNPKG

@rightcapital/exceptions

Version:

TypeScript Exception definitions inspired by PHP SPL Exceptions etc...

9 lines 278 B
import { LogicException } from './logic.exception'; /** * Exception thrown if a value does not adhere to a defined valid data domain. * @public */ export declare class DomainException extends LogicException { name: string; } //# sourceMappingURL=domain.exception.d.ts.map