mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 08:40:29 -04:00
Made SMS messages go through celery
- twilio client pulled in from delivery app - made method to perform task
This commit is contained in:
13
app/clients/__init__.py
Normal file
13
app/clients/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
class ClientException(Exception):
|
||||
'''
|
||||
Base Exceptions for sending notifications that fail
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
class Client(object):
|
||||
'''
|
||||
Base client for sending notifications.
|
||||
'''
|
||||
pass
|
||||
Reference in New Issue
Block a user