Skip to content

Commit

Permalink
Update error.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadToDream authored Sep 12, 2023
1 parent bbd43fe commit ef4784f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/chrome/content/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

0 comments on commit ef4784f

Please sign in to comment.