summaryrefslogtreecommitdiff
path: root/xcbgen/error.py
blob: bbcd5013db973f75b7666e9e9d06ed543c3fb745 (plain)
1
2
3
4
5
class ResolveException(Exception):
    '''
    Gets thrown when a type doesn't resolve in the XML.
    '''
    pass