Adds error for poller.

This commit is contained in:
2022-01-07 13:19:47 +03:00
parent 06ea97ee81
commit e11094b037

View File

@@ -52,4 +52,5 @@ class UnknownUssdRecipient(Exception):
"""Raised when a recipient of a transaction is not known to the ussd application."""
class MaxRetryReached(Exception):
"""Raised when the maximum number of retries defined for polling for the availability of a resource."""