Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftDocs/mcp
/ constructor
Method
constructor
cli/src/utils/errors.ts:26–28 ·
view source on GitHub ↗
(exitCode: number)
Source
from the content-addressed store, hash-verified
24
25
export
class
SilentCliError extends CliError {
26
constructor(exitCode: number) {
27
super(
''
, exitCode, { quiet: true });
28
}
29
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected