bt2: Adapt test_message.py and make it pass
[babeltrace.git] / bindings / python / bt2 / bt2 / __init__.py.in
index 3dac124e4747406c5d17d15198f58dca5ea797cd..40227fd040bd20c8fb3467f41903638fb1530a2d 100644 (file)
@@ -71,7 +71,7 @@ class Error(Exception):
 
 
 class CreationError(Error):
-    pass
+    '''Raised when object creation fails due to memory issues.'''
 
 
 class Frozen(Error):
@@ -126,6 +126,10 @@ class ConnectionEnded(Exception):
     pass
 
 
+class NoDefaultClockClass(Error):
+    pass
+
+
 class _ListenerHandle:
     def __init__(self, listener_id, obj):
         self._listener_id = listener_id
This page took 0.022827 seconds and 4 git commands to generate.