1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 22:11:11 +01:00
parallel/lib/Exception/SerializationException.php

5 lines
103 B
PHP
Raw Normal View History

2016-01-23 11:20:58 -06:00
<?php
namespace Icicle\Concurrent\Exception;
class SerializationException extends ChannelException {}