Files
python-build/pythonbrew/exceptions.py
T
2010-11-13 03:25:56 +09:00

4 lines
81 B
Python

class BuildingException(Exception):
"""General exception during building"""