1
0
mirror of https://github.com/moodle/moodle.git synced 2025-02-17 14:25:37 +01:00
moodle/.upgradenotes/MDL-81919-1715909143241.yml
2024-06-10 12:13:00 +08:00

20 lines
632 B
YAML

issueNumber: MDL-81919
notes:
core:
- message: >
The following exceptions are now also available in the `\core\exception`
namespace:
- `\coding_exception`
- `\file_serving_exception`
- `\invalid_dataroot_permissions`
- `\invalid_parameter_exception`
- `\invalid_response_exception`
- `\invalid_state_exception`
- `\moodle_exception`
- `\require_login_exception`
- `\require_login_session_timeout_exception`
- `\required_capability_exception`
- `\webservice_parameter_exception`
type: improved