-
Bug
-
Resolution: Fixed
-
Minor
-
3.2, 3.3, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-59362_master -
- Confirm there are no places in core where we are throwing a coding_exception, or moodle_exception without using new.
- 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.
- has a non-specific relationship to
-
MDL-30409 'throw coding_exception' (missing new) in moodlelib
- Closed