bt2: prepend underscore to exceptions not meant to be raised by user
[babeltrace.git] / src / bindings / python / bt2 / bt2 / error.py
index 7fd4648246d34685232c52385fc63fdbafe2c9ef..f0b9d8e74da700751d882f14f3b96ff5a73d4412 100644 (file)
@@ -154,7 +154,7 @@ _ACTOR_TYPE_TO_CLS = {
 }
 
 
-class Error(Exception, abc.Sequence):
+class _Error(Exception, abc.Sequence):
     """
     Babeltrace API call error.
 
This page took 0.039677 seconds and 4 git commands to generate.