diff options
Diffstat (limited to 'libxcb/xcb-proto/xcbgen/error.py')
-rw-r--r-- | libxcb/xcb-proto/xcbgen/error.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libxcb/xcb-proto/xcbgen/error.py b/libxcb/xcb-proto/xcbgen/error.py new file mode 100644 index 000000000..bbcd5013d --- /dev/null +++ b/libxcb/xcb-proto/xcbgen/error.py @@ -0,0 +1,5 @@ +class ResolveException(Exception): + ''' + Gets thrown when a type doesn't resolve in the XML. + ''' + pass |