zulip/zerver/webhooks/raygun
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 cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
__init__.py
doc.md webhook/raygun: Update docs to conform to style guide. 2018-04-14 09:38:22 -07:00
tests.py webhook tests: Remove needless get_body functions. 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