MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev /

Class

frontend/src/static/js/api/errors.ts:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 case 500:
65 return new InternalServerError(message);
66 default:
67 return new UnknownError(message);
68 }
69}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected