UNPKG

line-bot-sdk

Version:
9 lines (7 loc) 253 B
module.exports = function LineBotAPIException(message, extra) { Error.captureStackTrace(this, this.constructor); this.name = this.constructor.name; this.message = message; this.extra = extra; }; require('util').inherits(module.exports, Error);