UNPKG

@necord/pagination

Version:

A lightweight Pagination module for Necord

11 lines (10 loc) 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaginationNotFoundException = void 0; const pagination_exception_1 = require("./pagination.exception"); class PaginationNotFoundException extends pagination_exception_1.PaginationException { constructor(message) { super(message || 'Pagination builder not found'); } } exports.PaginationNotFoundException = PaginationNotFoundException;