1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00
parallel/lib/Worker/WorkerException.php

8 lines
84 B
PHP
Raw Normal View History

2016-12-30 02:16:04 +01:00
<?php
namespace Amp\Parallel\Worker;
2016-08-18 18:04:48 +02:00
2018-10-07 16:50:45 +02:00
class WorkerException extends \Exception
{
}