Source code for pyramid_sendgrid_webhooks.errors

# -*- coding: utf-8 -*-
""" Exception classes raised when parsing fails """


[docs]class UnknownEventError(KeyError): """ Raised when an unfamiliar event is received """