moodle-tool_mergeusers icon indicating copy to clipboard operation
moodle-tool_mergeusers copied to clipboard

[master] Several uses of deprecated print_error() function (function will be removed in Moodle 4.5)

Open danowar2k opened this issue 1 month ago • 0 comments

Moodle's print_error() function is deprecated since Moodle 4.1, see https://tracker.moodle.org/browse/MDL-71062

There are several spots in the code that still use this function: https://github.com/search?q=repo%3Ajpahullo%2Fmoodle-tool_mergeusers%20print_error&type=code

They should be replace with throwing exceptions.

danowar2k avatar Jan 08 '25 11:01 danowar2k