| 7 | } |
| 8 | |
| 9 | export class UserNotLoggedInError extends AuthError { |
| 10 | constructor(message: string = "User is not logged in") { |
| 11 | super(message); |
| 12 | this.name = "UserNotLoggedInError"; |
nothing calls this directly
no outgoing calls
no test coverage detected