bt2: raise when bt2.create_plugin_from_name() finds nothing
[babeltrace.git] / bindings / python / bt2 / __init__.py.in
index 452cb3267c3c5518b915ef281db0d68c97bfea1d..ba196289f28258dce0ccd23c320bbb48d8bdbb1d 100644 (file)
@@ -50,6 +50,10 @@ class FrozenError(Error):
     pass
 
 
+class NoSuchPluginError(Error):
+    pass
+
+
 class UnsupportedFeature(Exception):
     pass
 
@@ -66,7 +70,6 @@ class IncompleteUserClassError(Error):
     pass
 
 
-
 import bt2.native_bt as _native_bt
 import atexit
 
This page took 0.023188 seconds and 4 git commands to generate.