UNPKG
@pelotech/nestjsx-crud-request
Version:
latest (4.6.3)
4.6.3
4.6.3-pre9
4.6.3-pre8
4.6.3-pre7
4.6.3-pre6
4.6.3-pre5
4.6.3-pre3
4.6.3-pre
NestJS CRUD for RESTful APIs - request query builder (temporary patch)
pelotech/crud
@pelotech/nestjsx-crud-request
/
lib
/
exceptions
/
request-query.exception.js
9 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"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