Files
splittermond-backend/chat/command_exception.py

4 lines
98 B
Python
Raw Permalink Normal View History

2019-06-17 18:17:59 +02:00
class CommandException(Exception):
def __init__(self, *args):
super().__init__(*args)