6 lines
116 B
Python
6 lines
116 B
Python
class ResolveException(Exception):
|
|
'''
|
|
Gets thrown when a type doesn't resolve in the XML.
|
|
'''
|
|
pass
|