Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Dec 24, 2017
1 parent a8bc816 commit 8d470c0
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 @@ -109,7 +109,7 @@ await($pool);
### Error handling

If an exception is thrown from within a child process, and not caught using the `->catch()` callback,
it will be thrown as a real exception when calling `await()` or `$pool->wait()`.
it will be thrown as `Spatie\Async\ParallelError` when calling `await()` or `$pool->wait()`.

## Behind the curtains

Expand Down

0 comments on commit 8d470c0

Please sign in to comment.