UNPKG

@russ-b/nestjs-common-tools

Version:
11 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OutOfRangeException = void 0; class OutOfRangeException extends Error { constructor() { super(...arguments); this.message = 'Page is out of range'; } } exports.OutOfRangeException = OutOfRangeException; //# sourceMappingURL=out-of-range.exception.js.map