UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

7 lines (6 loc) 145 B
export class NotConfiguredError extends Error { constructor(message: string) { super(message); this.name = 'NotConfiguredError'; } }