class TrelloWebhookException(Exception):
pass
class UnsupportedAction(TrelloWebhookException):
class UnknownUpdateCardAction(TrelloWebhookException):
class UnknownUpdateBoardAction(TrelloWebhookException):