/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
scripts/user_retirement/utils/exception.py
14 строк
205 B
Muhammad Farhan Khan
Move user retirement scripts code from the tubular repo (#34063)
22 фев 2024, 19:09
Не верифицирован
22 фев 2024, 19:09
65ea55c
Код
Авторство
О чём код?
""" Exceptions used by various utilities. """ class BackendError(Exception): pass class HttpDoesNotExistException(Exception): """ Called when the server sends a 404 error. """ pass