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