MCPcopy Create free account
hub / github.com/Snapchat/Valdi / replError

Function replError

valdi/vscode_debugger/src/dap/errors.ts:159–159  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

157 );
158
159export const replError = (message: string) => createSilentError(message, ErrorCodes.ReplError);
160
161export const browserNotFound = (
162 browserType: string,

Callers

nothing calls this directly

Calls 1

createSilentErrorFunction · 0.85

Tested by

no test coverage detected