You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
-------
The raised error may be a throwable since the user is supposed to add its custom
code with handlers. But since this is type hinted Exception, the real failure will
be hidden by this new TypeError.
Solution
--------
Accept Throwable instead.
FixesSylius#208
Problem
-------
The raised error may be a throwable since the user is supposed to add its custom
code with handlers. But since this is type hinted Exception, the real failure will
be hidden by this new TypeError.
Solution
--------
Accept Throwable instead.
FixesSylius#208
This PR was merged into the 1.0-dev branch.
Discussion
----------
Problem
-------
The raised error may be a throwable since the user is supposed to add its custom code with handlers. But since this is type hinted Exception, the real failure will be hidden by this new TypeError.
Solution
--------
Accept Throwable instead.
Fixes#208
Commits
-------
f998e0e Fix wrong type error if the error in some cases
Those lines are a problem if at some point there's a PHP error:
RefundPlugin/src/Action/Admin/RefundUnitsAction.php
Lines 61 to 63 in 85ea560
It will fail without rendering the actual error.
Suggestion:
The text was updated successfully, but these errors were encountered: