Commit 347f0c75 by Calen Pennington

Centralize to a single GradingServiceError, so that it's caught when expected

parent 4c21cb20
import json import json
import logging import logging
from .grading_service_module import GradingService from .grading_service_module import GradingService, GradingServiceError
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
class GradingServiceError(Exception):
pass
class PeerGradingService(GradingService): class PeerGradingService(GradingService):
""" """
Interface with the grading controller for peer grading Interface with the grading controller for peer grading
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment