Code source de ensae_teaching_cs.automation_students.repository_exception

"""
Some automation helpers to grab mails from students about projects.


:githublink:`%|py|5`
"""


[docs]class RegexRepositoryException(Exception): """ raised when it is impossible to get information from the repository :githublink:`%|py|10` """ pass
[docs]class TooManyProjectsException(Exception): """ raised when a group has too many projects :githublink:`%|py|17` """ pass