UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

8 lines (6 loc) 206 B
export class MissingTypeError extends Error { constructor(name: string, what: string) { super(`Missing type of ${what} in ${name}`) Object.setPrototypeOf(this, new.target.prototype) } }