/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
lms/djangoapps/course_api/exceptions.py
11 строк
273 B
Shimul Chowdhury
feat: add Course Membership API
03 июн 2021, 16:38
Не верифицирован
03 июн 2021, 16:38
2a8a58a
Код
Авторство
О чём код?
""" Course API custom exceptions """ class OverEnrollmentLimitException(Exception): """ Exception used by `get_course_members` to signal when a course has more enrollments than the limit specified on `settings.COURSE_MEMBER_API_ENROLLMENT_LIMIT`. """