summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/errors.ts
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-03-07 14:27:54 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-07 14:27:54 +0100
commite7a4e8584efe74ef34b9d330f9d4212a4ab48f05 (patch)
tree825e1e15c35724894eef58d00209f908bd40d9b2 /gui/src/main/errors.ts
parent1bc7df90fb7f3ed06ec9ba6c97da92156ac8a0fe (diff)
parentf3dd59eaab04488e0a4d2b4950e4f83b6f4a7dbf (diff)
downloadmullvadvpn-e7a4e8584efe74ef34b9d330f9d4212a4ab48f05.tar.xz
mullvadvpn-e7a4e8584efe74ef34b9d330f9d4212a4ab48f05.zip
Merge branch 'fix-buy-button'
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');