UNPKG

@rightcapital/exceptions

Version:

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

9 lines 236 B
import { BaseException } from './base.exception'; /** * This Exception could be ignore * @public */ export declare class IgnorableException extends BaseException { name: string; } //# sourceMappingURL=ignorable.exception.d.ts.map