2024-06-11 12:21:00 +02:00
|
|
|
issueNumber: MDL-82133
|
|
|
|
notes:
|
|
|
|
core_reportbuilder:
|
|
|
|
- message: >-
|
|
|
|
The following classes have been moved to use the new exception API as a l2 namespace:
|
2024-06-17 16:01:38 +07:00
|
|
|
|
2024-06-11 12:21:00 +02:00
|
|
|
- `core_reportbuilder\\report_access_exception` => `core_reportbuilder\\exception\\report_access_exception`
|
|
|
|
- `core_reportbuilder\\source_invalid_exception` => `core_reportbuilder\\exception\\source_invalid_exception`
|
|
|
|
- `core_reportbuilder\\source_unavailable_exception` => `core_reportbuilder\\exception\\source_unavailable_exception`
|
|
|
|
type: changed
|