Details
-
Type:
Improvement
-
Status: Reopened
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.5.2, 3.5.7
-
Fix Version/s: None
-
Component/s: Assignment (2.2)
-
Labels:
Description
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