/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/djangoapps/contentstore/exceptions.py
15 строк
316 B
Kyle McCormick
refactor: move xml_importer-specific exceptions into xml_importer
08 июн 2021, 17:46
08 июн 2021, 17:46
7a26ec6
Код
Авторство
О чём код?
""" A common module for managing exceptions. Helps to avoid circular references """ class AssetNotFoundException(Exception): """ Raised when asset not found """ class AssetSizeTooLargeException(Exception): """ Raised when the size of an uploaded asset exceeds the maximum size limit. """