UNPKG

@truepic/queryql

Version:

Easily add filtering, sorting, and pagination to your REST API through your old friend: the query string!

12 lines (8 loc) 202 B
class BaseError extends Error { constructor(message) { super(message) Error.captureStackTrace(this, this.constructor) this.name = this.constructor.name } } module.exports = BaseError