UNPKG

leaguejs

Version:

Wrapper for the League of Legends API

6 lines 138 B
class RateError extends Error { constructor() { super('The Request limit would be exceded.'); } } module.exports = RateError;