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

Class

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

Source from the content-addressed store, hash-verified

1export const ACCESS_TOKEN_ERROR = 'ACCESS_TOKEN_ERROR';
2
3export default class AccessTokenError extends Error {
4 message: string;
5
6 constructor(message: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected