module automation_students.repository_exception#

Inheritance diagram of ensae_teaching_cs.automation_students.repository_exception

Short summary#

module ensae_teaching_cs.automation_students.repository_exception

Some automation helpers to grab mails from students about projects.

source on GitHub

Classes#

class

truncated documentation

RegexRepositoryException

raised when it is impossible to get information from the repository

TooManyProjectsException

raised when a group has too many projects

Documentation#

Some automation helpers to grab mails from students about projects.

source on GitHub

exception ensae_teaching_cs.automation_students.repository_exception.RegexRepositoryException#

Bases : Exception

raised when it is impossible to get information from the repository

source on GitHub

exception ensae_teaching_cs.automation_students.repository_exception.TooManyProjectsException#

Bases : Exception

raised when a group has too many projects

source on GitHub