X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2F__init__.py.in;h=98a1eb5d4e214718bc6fb52cfccbf4e979804d4b;hb=01f50d540da1133f034e88c234ac6dc0d6f54e6b;hp=fe987a3dc9e58afe10e9281ea7ee38a5dd80a664;hpb=d58ba27a0c0b3ab46e8bc40a1e571a5af16fb651;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/__init__.py.in b/src/bindings/python/bt2/bt2/__init__.py.in index fe987a3d..98a1eb5d 100644 --- a/src/bindings/python/bt2/bt2/__init__.py.in +++ b/src/bindings/python/bt2/bt2/__init__.py.in @@ -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