UNPKG

@cashfarm/plow

Version:

Library for validating input data and parameters

13 lines (12 loc) 288 B
/** * Base class for domain exceptions * * No utility here, except that you can differentiate this exceptions * from unexpected errors by using instanceof operator. * * @export * @class DomainException * @extends {Error} */ export declare class DomainException extends Error { }