| 21 | } |
| 22 | |
| 23 | export class UserNotPremiumError extends AuthError { |
| 24 | constructor(message: string = "User is not premium") { |
| 25 | super(message); |
| 26 | this.name = "UserNotPremiumError"; |
nothing calls this directly
no outgoing calls
no test coverage detected