You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/development/policies/codingstyle/index.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2054,8 +2054,7 @@ We have a set of custom exception classes. The base class is moodle_exception. Y
2054
2054
2055
2055
To get the full list of exception types, search for the regular expression 'class +\w+_exception +extends' or ask your IDE to list all the subclasses of moodle_exception.
2056
2056
2057
-
Where appropriate, you should create new subclasses of moodle_exception for use in your code.
2058
-
2057
+
Where appropriate, you should create new subclasses of moodle_exception for use in your code.
0 commit comments