MDL-81903 core: Add exception as L2 API

This commit is contained in:
Andrew Nicols 2024-05-03 00:06:44 +08:00
parent f49d120761
commit 2b64f03e59
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
issueNumber: MDL-81903
notes:
core:
- message: Added an `exception` L2 Namespace to APIs
type: improved

View File

@ -104,6 +104,11 @@
"allowedlevel2": true,
"allowedspread": true
},
"exception": {
"component": "core",
"allowedlevel2": true,
"allowedspread": true
},
"external": {
"component": "core",
"allowedlevel2": true,