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