UNPKG

@rightcapital/exceptions

Version:

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

9 lines 273 B
import { RuntimeException } from './runtime.exception'; /** * Exception thrown when adding an element to a full container. * @public */ export declare class OverflowException extends RuntimeException { name: string; } //# sourceMappingURL=overflow.exception.d.ts.map