lib: bt_plugin_find*(): return status code; add "fail on load error" param
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py.in
index fe987a3dc9e58afe10e9281ea7ee38a5dd80a664..98a1eb5d4e214718bc6fb52cfccbf4e979804d4b 100644 (file)
@@ -106,6 +106,10 @@ class NonexistentClockSnapshot(Error):
     pass
 
 
+class PluginLoadingError(Error):
+    pass
+
+
 class _ListenerHandle:
     def __init__(self, listener_id, obj):
         self._listener_id = listener_id
This page took 0.023659 seconds and 4 git commands to generate.