Merge pull request #3214 from alphagov/check-broadcast-suspended

Enforce service suspension for broadcasts
This commit is contained in:
Ben Thorner
2021-04-28 15:01:11 +01:00
committed by GitHub
5 changed files with 113 additions and 50 deletions

View File

@@ -26,10 +26,6 @@ from app.utils import DATETIME_FORMAT, format_sequential_number
# the preceeding Alert message in the previous_provider_messages field
class CBCProxyFatalException(Exception):
pass
class CBCProxyRetryableException(Exception):
pass