UNPKG

@coolio/auth-interceptor

Version:
8 lines 203 B
export class AuthError extends Error { constructor(message, cause) { super(message); this.name = 'AuthError'; this.cause = cause; } } //# sourceMappingURL=authError.js.map