Skip to content

Commit dccea7b

Browse files
Update general/development/policies/codingstyle/index.md
Accepted change Co-authored-by: Andrew Lyons <[email protected]>
1 parent 2899869 commit dccea7b

File tree

1 file changed

+3
-0
lines changed
  • general/development/policies/codingstyle

1 file changed

+3
-0
lines changed

general/development/policies/codingstyle/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,9 @@ To get the full list of exception types, search for the regular expression 'clas
20562056

20572057
Where appropriate, you should create new subclasses of moodle_exception for use in your code.
20582058

2059+
2060+
<Since version="4.5" issueNumber="MDL-81903" />
2061+
20592062
If you create a custom exception class it *may* live in the `classes/exception/` directory, and be namespaced in `<plugin>/exception/`
20602063

20612064
A few notable exception types:

0 commit comments

Comments
 (0)