mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
4 lines
81 B
Python
4 lines
81 B
Python
|
|
class BuildingException(Exception):
|
|
"""General exception during building"""
|