Python: document FieldError
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 6 Dec 2014 19:48:54 +0000 (14:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Feb 2015 21:47:06 +0000 (16:47 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/bt.py

index 8d2884d7d4334cdb320cbfe2a2759506910ebe6e..701d40947c1074a65542fefef812a1a768480c87 100644 (file)
@@ -765,6 +765,10 @@ class Event(collections.Mapping):
 
 
 class FieldError(Exception):
+    """
+    Field error, raised when a field's value cannot be accessed.
+    """
+
     def __init__(self, value):
         self.value = value
 
This page took 0.026211 seconds and 4 git commands to generate.