mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
8 lines
155 B
Python
8 lines
155 B
Python
|
|
|
|
class SendNotificationToQueueError(Exception):
|
|
status_code = 500
|
|
|
|
def __init__(self):
|
|
self.message = "Failed to create the notification"
|