UNPKG

@nymphjs/nymph

Version:

Nymph.js - Nymph ORM

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