mirror of
https://github.com/danog/parallel.git
synced 2024-12-03 10:07:49 +01:00
5 lines
111 B
PHP
5 lines
111 B
PHP
<?php
|
|
namespace Icicle\Concurrent\Exception;
|
|
|
|
class WorkerException extends \Exception implements Exception {}
|