MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp /

Class

cli/src/utils/errors.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export class OperationError extends CliError {
20 constructor(message: string, options?: ErrorOptions) {
21 super(message, 1, options);
22 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected