mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 05:14:41 -06:00
refactor base ContestBot logic to use new sqlalchemy models, commit exceptions.py
This commit is contained in:
3
bot/exceptions.py
Normal file
3
bot/exceptions.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class FinishedPeriod(Exception):
|
||||
"""A inactive period, or a period in it's final state cannot be advanced or further modified."""
|
||||
pass
|
||||
Reference in New Issue
Block a user