zulip/zerver/webhooks/pagerduty
Alex Vandiver 8016769613 webhooks: Move UnexpectedWebhookEventType into zerver.lib.exceptions.
8e10ab282a moved UnexpectedWebhookEventType into
`zerver.lib.exceptions`, but left the import into
`zserver.lib.webhooks.common` so that webhooks could continue to
import the exception from there.

This clutters things and adds complexity; there is no compelling
reason that the exception's source of truth should not move alongside
all other exceptions.
2020-09-10 17:47:21 -07:00
..
fixtures webhooks/pagerduty: Account for missing trigger summary data. 2019-02-22 15:59:28 -08:00
__init__.py
doc.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
tests.py webhook tests: Rename main helper to check_webhook. 2020-08-24 12:34:46 -07:00
view.py webhooks: Move UnexpectedWebhookEventType into zerver.lib.exceptions. 2020-09-10 17:47:21 -07:00