MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot /

Class

packages/web/src/lib/serviceError.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * Useful for throwing errors and handling them in error boundaries.
15 */
16export class ServiceErrorException extends Error {
17 constructor(public readonly serviceError: ServiceError) {
18 super(JSON.stringify(serviceError));
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected