mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
6 lines
106 B
Python
6 lines
106 B
Python
|
|
|
||
|
|
|
||
|
|
class AdminApiClientException(Exception):
|
||
|
|
def __init__(self, message):
|
||
|
|
self.value = message
|