Files
python-teos/cli/exceptions.py
2020-04-20 17:30:15 +02:00

10 lines
245 B
Python

from common.exceptions import BasicException
class TowerConnectionError(BasicException):
"""Raised when the tower responds with an error"""
class TowerResponseError(BasicException):
"""Raised when the tower responds with an error"""