-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
easy pickGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
Milestone
Description
The following code is not supported:
$promise = React\Promise\reject(123);
$blocker = new Blocker($loop);
// will fail while trying to `throw 123`
$blocker->await($promise);At the very least, we should add some documentation.
In the future, we should consider wrapping primitive values in some special Exception sub-class.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
easy pickGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request