diff options
| -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 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'); |
