summaryrefslogtreecommitdiff
path: root/xcbgen/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'xcbgen/error.py')
-rw-r--r--xcbgen/error.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/xcbgen/error.py b/xcbgen/error.py
new file mode 100644
index 0000000..bbcd501
--- /dev/null
+++ b/xcbgen/error.py
@@ -0,0 +1,5 @@
+class ResolveException(Exception):
+ '''
+ Gets thrown when a type doesn't resolve in the XML.
+ '''
+ pass