Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: telemetry/telemetry/core/exceptions.py

Issue 3015633002: [Telemetry] Include debugging info when foreground tab is missing (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | telemetry/telemetry/internal/browser/browser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/exceptions.py
diff --git a/telemetry/telemetry/core/exceptions.py b/telemetry/telemetry/core/exceptions.py
index 743b497d0791b950b76481a8d0029796aa54d22e..b746bce4d5f3eef640a1e2d3d81ff9d687124ff6 100644
--- a/telemetry/telemetry/core/exceptions.py
+++ b/telemetry/telemetry/core/exceptions.py
@@ -132,6 +132,10 @@ class BrowserConnectionGoneException(BrowserGoneException):
super(BrowserConnectionGoneException, self).__init__(app, msg)
+class TabMissingError(Error):
+ """Represents an error when an expected browser tab is not found."""
+
+
class ProcessGoneException(Error):
"""Represents a process that no longer exists for an unknown reason."""
« no previous file with comments | « no previous file | telemetry/telemetry/internal/browser/browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698