diff options
Diffstat (limited to 'gui/src/main/errors.ts')
| -rw-r--r-- | gui/src/main/errors.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/src/main/errors.ts b/gui/src/main/errors.ts index 85adf965a5..261ee7a164 100644 --- a/gui/src/main/errors.ts +++ b/gui/src/main/errors.ts @@ -1,9 +1,3 @@ -export class NoCreditError extends Error { - constructor() { - super("Account doesn't have enough credit available for connection"); - } -} - export class NoDaemonError extends Error { constructor() { super('Could not connect to Mullvad daemon'); |
