UNPKG

@rightcapital/exceptions

Version:

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

9 lines 273 B
import { BaseException } from './base.exception'; /** * Exception thrown if an error which can only be found on runtime occurs. * @public */ export declare class RuntimeException extends BaseException { name: string; } //# sourceMappingURL=runtime.exception.d.ts.map