1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-04 02:27:55 +01:00
parallel/src/Exception/ChannelException.php

7 lines
91 B
PHP
Raw Normal View History

2015-08-03 07:29:41 +02:00
<?php
namespace Icicle\Concurrent\Exception;
class ChannelException extends Exception
{
}