| 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..56f4947070c4d9ec1a2de7cd0aa304c58729909a 100644
|
| --- a/tools/telemetry/telemetry/core/exceptions.py
|
| +++ b/tools/telemetry/telemetry/core/exceptions.py
|
| @@ -3,6 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
|
|
| +class PlatformError(Exception):
|
| + """ Represents an exception thrown when constructing platform. """
|
| +
|
| +
|
| class NativeBrowserCrashException(Exception):
|
| def __init__(self, browser=None, msg=''):
|
| super(NativeBrowserCrashException, self).__init__(msg)
|
|
|