UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

7 lines 195 B
export class NotConfiguredError extends Error { constructor(message) { super(message); this.name = 'NotConfiguredError'; } } //# sourceMappingURL=NotConfiguredError.js.map