summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/errors.ts
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-03-05 12:13:57 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-07 13:48:30 +0100
commitafca6149d3d385ec1b95dcd77d9e75a08d874c31 (patch)
treeac504c98e4b0cc3f21b1c5123ce6df714a5922ee /gui/src/main/errors.ts
parenta9d99644c6ace3989468b6b29ac42edd3f0b5d1f (diff)
downloadmullvadvpn-afca6149d3d385ec1b95dcd77d9e75a08d874c31.tar.xz
mullvadvpn-afca6149d3d385ec1b95dcd77d9e75a08d874c31.zip
Remove isOnline flag
Diffstat (limited to 'gui/src/main/errors.ts')
-rw-r--r--gui/src/main/errors.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/src/main/errors.ts b/gui/src/main/errors.ts
index f13b99e3e9..85adf965a5 100644
--- a/gui/src/main/errors.ts
+++ b/gui/src/main/errors.ts
@@ -4,12 +4,6 @@ export class NoCreditError extends Error {
}
}
-export class NoInternetError extends Error {
- constructor() {
- super('Internet connectivity is currently unavailable');
- }
-}
-
export class NoDaemonError extends Error {
constructor() {
super('Could not connect to Mullvad daemon');