Skip to content

Commit 4fc8134

Browse files
Update migrations/54-60/errorhandling.md
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent 4b61b19 commit 4fc8134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/54-60/errorhandling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ status of the `shouldUseExceptions()` flag to the new object as well.
4848
The plan is to implement proper exceptions everywhere in the core code during the time of Joomla 6.x in parallel with the
4949
legacy system. In Joomla 7.0, the core will remove calls to `setError()` and the checks for `shouldUseExceptions()`.
5050
At that point in time, the Joomla core would be entirely transitioned to exceptions. It is still up for discussion if
51-
the calls to `shouldUseException()` should then also default to `true` instead of `false` like right now. The trait itself
51+
the calls to `shouldUseExceptions()` should then also default to `true` instead of `false` like right now. The trait itself
5252
is planned to be dropped in Joomla 8.0.
5353

5454
## What should third party developers do?

0 commit comments

Comments
 (0)