Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated exception in collection component #387

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

eluhr
Copy link
Contributor

@eluhr eluhr commented Mar 19, 2024

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues -

The deprecated exception has been replaced with the appropriate one, ensuring backward compatibility since the new exception derives from the old one.

Copy link

what-the-diff bot commented Mar 19, 2024

PR Summary

  • Improved Exception Handling
    The development team has replaced an old error detection component (InvalidParamException) with a more robust and standards-compliant one (InvalidArgumentException) in a system file responsible for Authentication functionality. This means our software will now manage invalid inputs or actions in a more effective and standardized way, enhancing the overall reliability and robustness of our systems.

@samdark samdark merged commit 1677120 into yiisoft:master Mar 19, 2024
10 checks passed
@samdark
Copy link
Member

samdark commented Mar 19, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants