mirror of
https://github.com/danog/parallel.git
synced 2025-01-22 22:11:11 +01:00
5 lines
103 B
PHP
5 lines
103 B
PHP
<?php
|
|
namespace Icicle\Concurrent\Exception;
|
|
|
|
class SerializationException extends ChannelException {}
|