mirror of
https://github.com/danog/parallel.git
synced 2024-12-03 10:07:49 +01:00
c7294da60d
TaskError is thrown if the exception thrown in the worker was an instance of Error.
6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
|
|
namespace Amp\Parallel\Sync;
|
|
|
|
class SerializationException extends ChannelException {}
|