| Index: tools/telemetry/telemetry/core/exceptions.py
|
| diff --git a/tools/telemetry/telemetry/core/exceptions.py b/tools/telemetry/telemetry/core/exceptions.py
|
| index 671e2b8f1d10d4b79a561c7f0a6be427165efa12..466cdc611e46768b55282ccbdc0f9fcb744b2565 100644
|
| --- a/tools/telemetry/telemetry/core/exceptions.py
|
| +++ b/tools/telemetry/telemetry/core/exceptions.py
|
| @@ -26,6 +26,10 @@ class TabCrashException(NativeBrowserCrashException):
|
| super(TabCrashException, self).__init__(browser, msg)
|
|
|
|
|
| +class TabIndexError(IndexError):
|
| + """Represents the error of accessing a tab with index out of bound."""
|
| +
|
| +
|
| class BrowserGoneException(NativeBrowserCrashException):
|
| """Represents a crash of the entire browser.
|
|
|
|
|