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:
parent
25804d70c3
commit
db5469a9cf
6
src/Exception/ChannelException.php
Normal file
6
src/Exception/ChannelException.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Icicle\Concurrent\Exception;
|
||||
|
||||
class ChannelException extends Exception
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user