UNPKG

@craibuc/adp-workforce-now

Version:

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

8 lines 196 B
class NotFoundError extends Error { constructor(message){ super(message); this.name = this.constructor.name this.statusCode = 404 } } module.exports = NotFoundError