aboutsummaryrefslogtreecommitdiff
path: root/mobly/controllers/android_device_lib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobly/controllers/android_device_lib/errors.py')
-rw-r--r--mobly/controllers/android_device_lib/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobly/controllers/android_device_lib/errors.py b/mobly/controllers/android_device_lib/errors.py
index 9434cbc..1f9156e 100644
--- a/mobly/controllers/android_device_lib/errors.py
+++ b/mobly/controllers/android_device_lib/errors.py
@@ -42,6 +42,7 @@ class ServiceError(DeviceError):
A service is inherently associated with a device instance, so the service
error type is a subtype of `DeviceError`.
"""
+
SERVICE_TYPE = None
def __init__(self, device, msg):