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