UNPKG

@rightcapital/exceptions

Version:

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

9 lines 243 B
import { LogicException } from './logic.exception'; /** * Exception thrown if a length is invalid. * @public */ export declare class LengthException extends LogicException { name: string; } //# sourceMappingURL=length.exception.d.ts.map