diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:48:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:48:51 +0000 |
commit | 3b8800decdad9eecbc06d3830acd65755f850543 (patch) | |
tree | 07c8e0b4728144dd82661441db514590f3652d2a /proto/xcb-proto/xcbgen/error.py | |
parent | b3b0dd6fd0009539e7f99ae63e0c181e241ac74e (diff) |
initial import of xcb-proto 1.4
Diffstat (limited to 'proto/xcb-proto/xcbgen/error.py')
-rw-r--r-- | proto/xcb-proto/xcbgen/error.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/xcb-proto/xcbgen/error.py b/proto/xcb-proto/xcbgen/error.py new file mode 100644 index 000000000..bbcd5013d --- /dev/null +++ b/proto/xcb-proto/xcbgen/error.py @@ -0,0 +1,5 @@ +class ResolveException(Exception): + ''' + Gets thrown when a type doesn't resolve in the XML. + ''' + pass |