Files
edx-platform/openedx/core/lib/gating/exceptions.py
2016-01-28 14:05:20 -05:00

11 lines
195 B
Python

"""
Exceptions for the course gating feature
"""
class GatingValidationError(Exception):
"""
Exception class for validation errors related to course gating information
"""
pass