UNPKG

@rightcapital/exceptions

Version:

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

9 lines 282 B
import { LogicException } from './logic.exception'; /** * Exception thrown if an argument is not of the expected type. * @public */ export declare class InvalidArgumentException extends LogicException { name: string; } //# sourceMappingURL=invalid-argument.exception.d.ts.map