mirror of
https://github.com/danog/parallel.git
synced 2024-12-02 17:52:14 +01:00
7 lines
90 B
PHP
7 lines
90 B
PHP
|
<?php
|
||
|
namespace Icicle\Concurrent\Exception;
|
||
|
|
||
|
class WorkerException extends Exception
|
||
|
{
|
||
|
}
|