Adds error for poller.

This commit is contained in:
Philip Wafula 2022-01-07 13:19:47 +03:00
parent 06ea97ee81
commit e11094b037
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 2 additions and 1 deletions

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."""