Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / exceptions.py
index 671e2b8..56f4947 100644 (file)
@@ -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)