Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2, 3.3, 3.4
-
Component/s: General
-
Testing Instructions:
- Confirm there are no places in core where we are throwing a coding_exception, or moodle_exception without using new.
-
Affected Branches:MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-59362_master -
Pull Master Diff URL:
Description
- Do a grep throughout the Moodle core and confirm there are no cases where we are calling
throw (\)coding_exception
I discovered this when reviewing the analytics code and wondered if perhaps this was copied from other places in core and found a few.
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-30409 'throw coding_exception' (missing new) in moodlelib
-
- Closed
-