UNPKG

node-brawlstars

Version:

Javascript library to communicate with BrawlStars API

8 lines (7 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThrottlerException = void 0; const runtime_exception_1 = require("./runtime.exception"); class ThrottlerException extends runtime_exception_1.RuntimeException { } exports.ThrottlerException = ThrottlerException;