MCPcopy Create free account
hub / github.com/Forward-Future/loopy / LoopValidationError

Class LoopValidationError

loop-library/worker/src/loop-schema.js:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28export class LoopValidationError extends Error {
29 constructor(message) {
30 super(message);
31 this.name = "LoopValidationError";
32 }
33}
34
35export function categoryLabel(category) {
36 return CATEGORY_LABELS[category];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected