UNPKG

@erikmuir/lambda-authorizer

Version:

AWS API Gateway Custom Lambda Authorizer for NodeJS

7 lines (6 loc) 153 B
module.exports = class UnauthorizedException extends Error { constructor() { super('Unauthorized'); this.name = 'UnauthorizedException'; } }