From ef4784febe801275cff3ddf6c8aef6a376b111c5 Mon Sep 17 00:00:00 2001 From: rtd Date: Mon, 11 Sep 2023 23:22:35 -0700 Subject: [PATCH] Update error.js --- src/chrome/content/error.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/chrome/content/error.js b/src/chrome/content/error.js index 17b41c9..1c5c66e 100644 --- a/src/chrome/content/error.js +++ b/src/chrome/content/error.js @@ -11,24 +11,3 @@ class UnsupportedItemTypeError extends Error { this.name = "UnsupportedItemTypeError"; } } - -class TimeoutError extends Error { - constructor(message) { - super(message); - this.name = "TimeoutError"; - } -} - -class TimeoutError extends Error { - constructor(message) { - super(message); - this.name = "TimeoutError"; - } -} - -class TimeoutError extends Error { - constructor(message) { - super(message); - this.name = "TimeoutError"; - } -}