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
It seems to me that all unhandled exceptions (for example, without ->otherwise) should be thrown out but this does not happen. Those. In fact, any exceptions impossible to intercept.
I will cite as an example another language where such a class is already implemented and where behaviour is different.
It seems to me that all unhandled exceptions (for example, without
->otherwise
) should be thrown out but this does not happen. Those. In fact, any exceptions impossible to intercept.I will cite as an example another language where such a class is already implemented and where behaviour is different.
Code sample
ReactPHP (~2.7)
A similar JS example:
Expected
Actual
ReactPHP: Nothing
JS:
Uncaught (in promise) Error ...
The text was updated successfully, but these errors were encountered: