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

Method constructor

src/utils/errors.js:3–6  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected