-
Really dig the nice fluent interface. |
Beta Was this translation helpful? Give feedback.
Answered by
brendt
May 31, 2021
Replies: 1 comment
-
There's no special exception handling in place, that's outside the scope of this package. If an exception is thrown in a child process, it should be handled in there. If you want cross-process exception handling, you probably want to look at https://github.com/spatie/async |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baohx2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no special exception handling in place, that's outside the scope of this package. If an exception is thrown in a child process, it should be handled in there. If you want cross-process exception handling, you probably want to look at https://github.com/spatie/async