diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 15:38:40 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-16 15:38:40 +0300 |
| commit | 65553ebf473ae849b79b326861629eb08babe48e (patch) | |
| tree | 7d4b50da9869b77b228b3efbbbb956c0492a43d0 /gui/src/main/errors.ts | |
| parent | 95af6cd0baf777978d9892c610fe2ee2a0974ebb (diff) | |
| parent | 6180eb5f9d496ecff9f7526d63bdb15b5b1f6c45 (diff) | |
| download | mullvadvpn-65553ebf473ae849b79b326861629eb08babe48e.tar.xz mullvadvpn-65553ebf473ae849b79b326861629eb08babe48e.zip | |
Merge branch 'move-login-to-main-process'
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'); |
