Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dark-Brain07/PayForApi
/ constructor
Method
constructor
lib/server/errorHandler.ts:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
export
interface
ApiErrorResponse {
4
statusCode: number;
5
message: string;
6
}
7
8
export
class
ErrorHandler {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected