xenocara/proto/xcb-proto/xcbgen/error.py

6 lines
116 B
Python
Raw Normal View History

class ResolveException(Exception):
'''
Gets thrown when a type doesn't resolve in the XML.
'''
pass