Exceptions Module
Module containing custom exceptions.
- exception action_triggers.exceptions.DisallowedEndpointError[source]
Bases:
ValueError
Exception raised when an endpoint is disallowed.
- exception action_triggers.exceptions.DisallowedWebhookEndpointError(url: str)[source]
Bases:
DisallowedEndpointError
Exception raised when a webhook endpoint is disallowed.