UNPKG

@craibuc/adp-workforce-now

Version:

Node.js library to interact with ADP's Workforce Now API.

8 lines 200 B
class BadRequestError extends Error { constructor(message){ super(message); this.name = this.constructor.name this.statusCode = 400 } } module.exports = BadRequestError