MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder /

Class

src/utils/errors.js:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2export class NotImplementedError extends Error {
3 constructor(message) {
4 super(message)
5 this.message = message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected