Update Moving from J to Namespace.md

This commit is contained in:
Tom van der Laan 2024-01-30 11:50:28 +00:00
parent b6353b55f3
commit 56eb30d08f
1 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ Class map in J5:
How to handle Classes that have no new counterparts like: How to handle Classes that have no new counterparts like:
- Jerror - JError
JError::raiseError() should be replaced with native exceptions. - JError::raiseError() should be replaced with native exceptions.
JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices. - JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices.
More info on backwars compatible issues: More info on backwards compatible issues:
[https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4] [https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4]