1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-03 10:07:49 +01:00
parallel/src/Exception/WorkerException.php
2015-12-06 00:40:48 -06:00

5 lines
111 B
PHP

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