1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00

Exception for channels

This commit is contained in:
coderstephen 2015-08-03 00:29:41 -05:00
parent 25804d70c3
commit db5469a9cf

View File

@ -0,0 +1,6 @@
<?php
namespace Icicle\Concurrent\Exception;
class ChannelException extends Exception
{
}