mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-81903 core: Add exception as L2 API
This commit is contained in:
parent
f49d120761
commit
2b64f03e59
5
.upgradenotes/MDL-81903-1715757780765.yml
Normal file
5
.upgradenotes/MDL-81903-1715757780765.yml
Normal file
@ -0,0 +1,5 @@
|
||||
issueNumber: MDL-81903
|
||||
notes:
|
||||
core:
|
||||
- message: Added an `exception` L2 Namespace to APIs
|
||||
type: improved
|
@ -104,6 +104,11 @@
|
||||
"allowedlevel2": true,
|
||||
"allowedspread": true
|
||||
},
|
||||
"exception": {
|
||||
"component": "core",
|
||||
"allowedlevel2": true,
|
||||
"allowedspread": true
|
||||
},
|
||||
"external": {
|
||||
"component": "core",
|
||||
"allowedlevel2": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user