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

Function errorFromException

valdi/vscode_debugger/src/adapter/variables.ts:616–620  ·  view source on GitHub ↗
(details: Cdp.Runtime.ExceptionDetails)

Source from the content-addressed store, hash-verified

614}
615
616function errorFromException(details: Cdp.Runtime.ExceptionDetails): Dap.Error {
617 const message =
618 (details.exception && objectPreview.previewException(details.exception).title) || details.text;
619 return errors.createUserError(message);
620}

Callers 2

setVariableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected