UNPKG

@craibuc/adp-workforce-now

Version:

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

8 lines 198 B
class ForbiddenError extends Error { constructor(message){ super(message); this.name = this.constructor.name this.statusCode = 403 } } module.exports = ForbiddenError