UNPKG

@pelotech/nestjsx-crud-request

Version:

NestJS CRUD for RESTful APIs - request query builder (temporary patch)

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