MCPcopy Create free account
hub / github.com/NVIDIA/personaplex /

Class

client/src/pages/Queue/api/errors/api_error.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class APIError extends Error {
2 status:number;
3
4 constructor(message:string, status:number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected