node-brawlstars
Version:
Javascript library to communicate with BrawlStars API
8 lines (7 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InternalServerErrorException = void 0;
const runtime_exception_1 = require("./runtime.exception");
class InternalServerErrorException extends runtime_exception_1.RuntimeException {
}
exports.InternalServerErrorException = InternalServerErrorException;