From 65d0d0beb56a58551ff534d2bd829642f7d1146d Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Sun, 24 Dec 2017 16:54:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d4cc3a3..1de0111f 100644 --- a/README.md +++ b/README.md @@ -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 }); }