UNPKG

@globalart/nestcord

Version:

A module for creating Discord bots using NestJS, based on Discord.js

11 lines (10 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaginationForbiddenException = void 0; const common_1 = require("@nestjs/common"); class PaginationForbiddenException extends common_1.ForbiddenException { constructor() { super('Pagination forbidden'); } } exports.PaginationForbiddenException = PaginationForbiddenException;