We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7873e1 commit af3dfcdCopy full SHA for af3dfcd
README.md
@@ -47,6 +47,8 @@ Currently the only provided locator is the `ContainerLocator` which accepts a
47
return resolve($response);
48
})->then(function (ResponseInterface $response) use ($runner) {
49
return $runner->post($response);
50
+ })->otherwise(function (Throwable $throwable) use ($runner) {
51
+ return reject($runner->error($throwable));
52
});
53
```
54
0 commit comments