publish-meetups/publish_meetups/utils/error.py

4 lines
111 B
Python
Raw Normal View History

2024-02-11 18:00:48 +00:00
class InvalidCredential(Exception):
def __init__(self, message):
super().__init__(message)