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

Used generic exception instead of WebDriverCurlException #657

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

yohang
Copy link
Contributor

@yohang yohang commented Jan 8, 2025

WebDriverCurlException as changed from Facebook\WebDriver\Exception to Facebook\WebDriver\Exception\Internal in php-webdriver 1.14.0.

Commit fed876e relies on Facebook\WebDriver\Exception\WebDriverCurlException witch is only valid for php-webdriver <= 1.13.1.

This PR use the more specific common exception to these 2 ones.

An other solution could be a use to class_alias but I don't think Panther has to manage BC break on php-webdriver.

WebDriverCurlException as changed from Facebook\WebDriver\Exception to Facebook\WebDriver\Exception\Internal
this commit use the more specific common exeption to theese 2 ones
@dunglas dunglas merged commit 8449573 into symfony:main Jan 8, 2025
18 of 19 checks passed
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