-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5.2, 3.5.7
-
MOODLE_35_STABLE
-
MOODLE_39_STABLE
-
MDL-63718-throw-exception-when-conversion-failed-master -
File: mod/assign/feedback/editpdf/classes/task/convert_submissions.php
Function: execute()
The bit of code that actually does the conversion is (for no clear reason) wrapped in a try..catch block. All it does is float a different error.
This is (IMO) both pointless and masks the real error if anything does go wrong.
Suggest removing the try..catch