mirror of https://github.com/zulip/zulip.git
8e10ab282a
This change serves to declutter webhook-errors.log, which is filled with too many UnexpectedWebhookEventType exceptions. Keeping UnexpectedWebhookEventType in zerver/lib/webhooks/common.py led to a cyclic import when we tried to import the exception in zerver/decorators.py, so this commit also moves this exception to another appropriate module. Note that our webhooks still import this exception via zerver/lib/webhooks/common.py. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
git.py |