mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-26 08:08:17 -04:00
4 lines
96 B
Python
4 lines
96 B
Python
|
|
class DVLAException(Exception):
|
||
|
|
def __init__(self, message):
|
||
|
|
self.message = message
|