mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
4 lines
96 B
Python
4 lines
96 B
Python
|
|
class DVLAException(Exception):
|
||
|
|
def __init__(self, message):
|
||
|
|
self.message = message
|