UNPKG

activecampaign-api

Version:
9 lines (7 loc) 205 B
module.exports = class ActiveCampaignError extends Error { constructor (message) { super(message); Error.captureStackTrace(this, this.constructor); this.name = this.constructor.name; } };