MCPcopy Create free account
hub / github.com/decaporg/decap-cms /

Class

packages/decap-cms-lib-util/src/API.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26export type ApiRequest = ApiRequestObject | string;
27
28class RateLimitError extends Error {
29 resetSeconds: number;
30
31 constructor(message: string, resetSeconds: number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected