feat: update error log

This commit is contained in:
Zamitto 2024-10-21 15:10:07 -03:00
parent df5f82d47f
commit 6ef1135ba2
3 changed files with 8 additions and 8 deletions

View file

@ -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";