@capimjs/library-auth
Version:
Professional API using Clean Architecture and TDD. to group validators
1 lines • 287 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:true});Object.defineProperty(exports,"AuthenticationError",{enumerable:true,get:()=>AuthenticationError});class AuthenticationError extends Error{constructor(){super("Authentication failed");this.name="AuthenticationError"}}
;