Files
edx-platform/lms/djangoapps/grades/exceptions.py
M. Zulqarnain 0213fde968 BOM-2281 : Pylint amnesty for grades,gating and instructor app (#26343)
* pyint amnesty for grades,gating and instructor app
2021-02-03 18:14:35 +05:00

12 lines
265 B
Python

"""
Custom exceptions raised by grades.
"""
class DatabaseNotReadyError(IOError):
"""
Subclass of IOError to indicate the database has not yet committed
the data we're trying to find.
"""
pass # lint-amnesty, pylint: disable=unnecessary-pass