mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-09 07:08:08 +02:00
5 lines
116 B
Python
5 lines
116 B
Python
class ResolveException(Exception):
|
|
'''
|
|
Gets thrown when a type doesn't resolve in the XML.
|
|
'''
|
|
pass
|