diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-15 14:35:54 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 15:21:07 +0300 |
| commit | 9b49bf31659c8020fdc1f722f58065174c2a1181 (patch) | |
| tree | badad60f2db1b07aaebc4a857455a50fa21f2f4a /gui/src | |
| parent | 616958893d949628b7379820bfe83874929452a4 (diff) | |
| download | mullvadvpn-9b49bf31659c8020fdc1f722f58065174c2a1181.tar.xz mullvadvpn-9b49bf31659c8020fdc1f722f58065174c2a1181.zip | |
Remove unused error
Diffstat (limited to 'gui/src')
| -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'); |
