Files
python-build/pythonbrew/exceptions.py
T
2010-11-20 07:38:22 +09:00

7 lines
175 B
Python

class BuildingException(Exception):
"""General exception during building"""
class ShellCommandException(Exception):
"""General exception during shell command"""