Skip to content
New issue

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

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

Already on GitHub? # to your account

[Lime] Fix backward compatibility break for handle_exception signature #236

Conversation

alquerci
Copy link
Contributor

Throwables were introduced since PHP 7.
http://php.net/manual/en/class.throwable.php

Now lime_test::handle_exception() method works properly with any Exception and Error instances.

This fix the backward compatibility breaking changes introduce on:

5ea8d65 exception_handler signature changed in php7

Throwables were introduced since PHP 7.
http://php.net/manual/en/class.throwable.php

Now `lime_test::handle_exception()` method works properly with any `Exception` and `Error` instances.

This fix the backward compatibility breaking changes introduce on:

5ea8d65 exception_handler signature changed in php7
@alquerci
Copy link
Contributor Author

Closed as fixed on #266

@alquerci alquerci closed this Jan 19, 2024
@alquerci alquerci deleted the lime-fix-back-compatibility-break-for-exceptionhandler-signature branch January 19, 2024 23:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant