1
0
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:
Aaron Piotrowski 2018-10-24 23:02:24 -05:00
parent 3f2e6d7f07
commit 8caf8d4dce
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -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
);
}