UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

7 lines (6 loc) 254 B
export class CannotRedeclareAttributeError extends Error { constructor(attribute: string, entity: string) { super('Cannot redeclare attribute "'+attribute+'" of '+entity+' entity.') Object.setPrototypeOf(this, new.target.prototype) } }