1 2 3 4 5 6 7 8
class IncompleteEnv(Exception): pass class MetaDataError(Exception): pass class CondaBuildError(Exception): pass