MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp /

Class

src/devtools/DevtoolsUtils.ts:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 * Consists of the message, a fully resolved stack trace and a fully resolved 'cause' chain.
285 */
286export class SymbolizedError {
287 readonly message: string;
288 readonly stackTrace?: DevTools.StackTrace.StackTrace.StackTrace;
289 readonly cause?: SymbolizedError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected