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

7 lines
90 B
PHP
Raw Normal View History

<?php
namespace Icicle\Concurrent\Exception;
class WorkerException extends Exception
{
}