summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/errors.ts
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-01-10 14:31:45 +0100
committerOskar Nyberg <oskar@mullvad.net>2023-01-10 14:31:45 +0100
commitfee3b5804555b3287c9c59aecd3682f118735ba8 (patch)
tree7ef1a1b1e70eb23fdaaf72c8df0644ca9be812d6 /gui/src/main/errors.ts
parent7c40479415138de84734fd563ea3a8e70d312cec (diff)
parent99d044ad5611930421c0b0e0d6aa7b9a846d525e (diff)
downloadmullvadvpn-fee3b5804555b3287c9c59aecd3682f118735ba8.tar.xz
mullvadvpn-fee3b5804555b3287c9c59aecd3682f118735ba8.zip
Merge branch 'remove-unused-error'
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 c3071f08a6..daef671090 100644
--- a/gui/src/main/errors.ts
+++ b/gui/src/main/errors.ts
@@ -1,9 +1,3 @@
-export class NoDaemonError extends Error {
- constructor() {
- super('Could not connect to Mullvad daemon');
- }
-}
-
export class InvalidAccountError extends Error {
constructor() {
super('Invalid account number');