-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.5
-
MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
When setting $CFG->quizquestionbankcolumns = '...'; to include an invalid column class, a confusing exception is thrown because the desired one doesn't exist in the class namespace, which leads to an exception being thrown about the unknown exception class:
Exception - Class 'mod_quiz\question\bank\coding_exception' not found
|