UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

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