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