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

5 lines
111 B
PHP
Raw Normal View History

<?php
namespace Icicle\Concurrent\Exception;
2015-12-06 07:40:48 +01:00
class WorkerException extends \Exception implements Exception {}