Index: tools/telemetry/telemetry/core/exceptions.py |
diff --git a/tools/telemetry/telemetry/core/exceptions.py b/tools/telemetry/telemetry/core/exceptions.py |
index 466cdc611e46768b55282ccbdc0f9fcb744b2565..671e2b8f1d10d4b79a561c7f0a6be427165efa12 100644 |
--- a/tools/telemetry/telemetry/core/exceptions.py |
+++ b/tools/telemetry/telemetry/core/exceptions.py |
@@ -24,10 +24,6 @@ |
In this state, the tab is gone, but the underlying browser is still alive.""" |
def __init__(self, browser, msg='Tab crashed'): |
super(TabCrashException, self).__init__(browser, msg) |
- |
- |
-class TabIndexError(IndexError): |
- """Represents the error of accessing a tab with index out of bound.""" |
class BrowserGoneException(NativeBrowserCrashException): |