lib: bt_plugin_find*(): return status code; add "fail on load error" param
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py.in
index 1bebfd4e0ab2cc0171cb6739e55cfdc4d4918bf5..98a1eb5d4e214718bc6fb52cfccbf4e979804d4b 100644 (file)
@@ -90,10 +90,6 @@ class Stop(StopIteration):
     pass
 
 
-class PortConnectionRefused(Exception):
-    pass
-
-
 class IncompleteUserClass(Error):
     pass
 
@@ -110,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.029646 seconds and 4 git commands to generate.