UNPKG

randalthor-r6statsapi

Version:

R6Stats Node Wrapper

15 lines (11 loc) 290 B
/* Copied from existing depreciated R6STATS npm Library */ function ServiceResponseError(message) { this.name = "ServiceResponseError"; this.message = message || ""; } ServiceResponseError.prototype = Error.prototype; module.exports = { ServiceResponseError };