UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

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