Skip to content

[6.2][Exceptions] Introduce new exception classes#48095

Open
Hackwar wants to merge 4 commits into
joomla:6.2-devfrom
Hackwar:6.2-exceptions
Open

[6.2][Exceptions] Introduce new exception classes#48095
Hackwar wants to merge 4 commits into
joomla:6.2-devfrom
Hackwar:6.2-exceptions

Conversation

@Hackwar

@Hackwar Hackwar commented Jul 15, 2026

Copy link
Copy Markdown
Member
  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This introduces a series of new exceptions and also unifies all exceptions to have the Exception suffix. For this, it creates a new exception class and the old exception class with the missing suffix extends from the new class. With that, you can convert your code to catch the new class already and we will then convert to those new exceptions in a future major version.

Testing Instructions

Codereview

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants