UNPKG

trade-opskins-manager

Version:
10 lines (7 loc) 274 B
const OpskinsError = function({message, statusCode}) { Error['captureStackTrace'](this, this.constructor); this.name = this.constructor.name; this.message = String(message); this.statusCode = parseInt(statusCode || 500, 10); }; module.exports = OpskinsError;