UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

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