Files
contest-assistant/bot/exceptions.py

4 lines
143 B
Python

class FinishedPeriod(Exception):
"""A inactive period, or a period in it's final state cannot be advanced or further modified."""
pass