UNPKG

@n4it/crud-request

Version:

NestJs CRUD for RESTful APIs - request query builder

10 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestQueryException = void 0; class RequestQueryException extends Error { constructor(msg) { super(msg); } } exports.RequestQueryException = RequestQueryException; //# sourceMappingURL=request-query.exception.js.map