mirror of
https://github.com/danog/parallel.git
synced 2024-11-26 20:34:40 +01:00
Fix missed exception construct
This commit is contained in:
parent
3f2e6d7f07
commit
8caf8d4dce
@ -33,6 +33,7 @@ final class ChannelParser extends Parser
|
||||
} catch (\Throwable $exception) {
|
||||
throw new SerializationException(
|
||||
"The given data cannot be sent because it is not serializable.",
|
||||
0,
|
||||
$exception
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user