UNPKG

@rightcapital/exceptions

Version:

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

9 lines 332 B
import { RuntimeException } from './runtime.exception'; /** * Exception thrown if a value is not a valid key. This represents errors that cannot be detected at compile time. * @public */ export declare class OutOfBoundsException extends RuntimeException { name: string; } //# sourceMappingURL=out-of-bounds.exception.d.ts.map