Skip to content

Commit

Permalink
Merge pull request #11 from Kanti/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
brendt committed Dec 25, 2017
2 parents f6adaba + 65d0d0b commit c297d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach ($things as $thing) {
// Do a thing
})->then(function ($output) {
// Handle success
})->catch(function (Exception $e) {
})->catch(function (Throwable $e) {
// Handle exception
});
}
Expand Down

0 comments on commit c297d72

Please sign in to comment.