rectorphp/rector-symfony

[SYMFONY43] Replace GetResponseForExceptionEvent::getException to getThrowable

gander opened this issue · 3 comments

A bit related with #29

The symfony43.php file has replace this method, but this method is deprecated since Symfony 4.4. There is no getThrowable method in version 4.3 yet.

What do you suggest?

Move it to symfony44.php. Do you want to suggest me to create a PR?

That would be perfect 👍