Home | History | Annotate | Download | only in server

Lines Matching refs:ParseBuildNameException

75 class ParseBuildNameException(Exception):
128 raise ParseBuildNameException('%s is a malformed build name.' % name)
430 except ParseBuildNameException as e:
672 except ParseBuildNameException: