mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update error log
This commit is contained in:
parent
df5f82d47f
commit
6ef1135ba2
3 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ export class UserNotLoggedInError extends Error {
|
|||
}
|
||||
}
|
||||
|
||||
export class UserWithoutCloudSubscriptionError extends Error {
|
||||
export class SubscriptionRequiredError extends Error {
|
||||
constructor() {
|
||||
super("user does not have hydra cloud subscription");
|
||||
this.name = "UserWithoutCloudSubscriptionError";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue