Skip to content

Commit

Permalink
[docs] Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jul 30, 2024
1 parent ea737db commit 6ed7485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions general/development/policies/codingstyle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2054,8 +2054,7 @@ We have a set of custom exception classes. The base class is moodle_exception. Y

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.

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

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

<Since version="4.5" issueNumber="MDL-81903" />

Expand Down

0 comments on commit 6ed7485

Please sign in to comment.