UNPKG

drip-nodejs

Version:

A complete NodeJS wrapper for connecting to the Drip v2 REST API

10 lines (7 loc) 176 B
class MissingAttributeError extends Error { constructor(message) { super(message); this.name = this.constructor.name; } } module.exports = MissingAttributeError;