1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 22:11:11 +01:00
parallel/lib/Exception/SerializationException.php
2016-07-20 09:23:50 -05:00

5 lines
103 B
PHP

<?php
namespace Icicle\Concurrent\Exception;
class SerializationException extends ChannelException {}