UNPKG

@globalart/nestcord

Version:

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

5 lines (4 loc) 150 B
import { NotFoundException } from '@nestjs/common'; export declare class PaginationNotFoundException extends NotFoundException { constructor(); }