Adds error for poller.
This commit is contained in:
parent
06ea97ee81
commit
e11094b037
@ -52,4 +52,5 @@ class UnknownUssdRecipient(Exception):
|
|||||||
"""Raised when a recipient of a transaction is not known to the ussd application."""
|
"""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."""
|
||||||
|
Loading…
Reference in New Issue
Block a user