Commit 9602bc1c by Afzal Wali

Some Quality fixes

parent b45fd516
""" """
The custom decorators for the REST API. The custom decorators for the REST API.
""" """
\ No newline at end of file
...@@ -20,8 +20,8 @@ class StudentExamAttemptAlreadyExistsException(Exception): ...@@ -20,8 +20,8 @@ class StudentExamAttemptAlreadyExistsException(Exception):
Raised when trying to start an exam when an Exam Attempt already exists. Raised when trying to start an exam when an Exam Attempt already exists.
""" """
class StudentExamAttemptDoesNotExistsException(Exception): class StudentExamAttemptDoesNotExistsException(Exception):
""" """
Raised when trying to stop an exam attempt where the Exam Attempt doesn't exist. Raised when trying to stop an exam attempt where the Exam Attempt doesn't exist.
""" """
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