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

Throw/Unwrap PHP7 \Error in await() #38

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

jpastoor
Copy link
Contributor

Fixes #37

Checks for the existence of the Throwable interface, and allows throwing of Errors while unwrapping the rejectedReason.

@jpastoor jpastoor force-pushed the jpastoor/throwable-await branch from 879fa98 to 9356d81 Compare May 25, 2020 12:59
@jpastoor
Copy link
Contributor Author

CI seems to fail on an unrelated issue while selfupdating composer.

@jpastoor
Copy link
Contributor Author

Would it be possible to get a review on this @mcg-web ?

Copy link
Member

@mcg-web mcg-web left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late reply, I have missed this one.

@mcg-web mcg-web merged commit b557de1 into overblog:master Jul 10, 2020
@mcg-web
Copy link
Member

mcg-web commented Jul 10, 2020

hhvm support will be drop so no need to make it work

@jpastoor
Copy link
Contributor Author

Thanks 👍

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.

Throw/Unwrap PHP7 \Error in await()
2 participants