UNPKG

@rushstack/operation-graph

Version:

Library for managing and executing operations in a directed acyclic graph.

12 lines 289 B
/** * Encapsulates information about an error * * @beta */ export declare class OperationError extends Error { protected _type: string; constructor(type: string, message: string); get message(): string; toString(): string; } //# sourceMappingURL=OperationError.d.ts.map