Index: tools/telemetry/telemetry/core/exceptions.py |
diff --git a/tools/telemetry/telemetry/core/exceptions.py b/tools/telemetry/telemetry/core/exceptions.py |
index 56f4947070c4d9ec1a2de7cd0aa304c58729909a..671e2b8f1d10d4b79a561c7f0a6be427165efa12 100644 |
--- a/tools/telemetry/telemetry/core/exceptions.py |
+++ b/tools/telemetry/telemetry/core/exceptions.py |
@@ -1,10 +1,6 @@ |
# Copyright 2013 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
- |
- |
-class PlatformError(Exception): |
- """ Represents an exception thrown when constructing platform. """ |
class NativeBrowserCrashException(Exception): |