mirror of
https://github.com/amphp/parallel.git
synced 2025-02-23 22:32:31 +01:00
6 lines
102 B
PHP
6 lines
102 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace Amp\Parallel;
|
|
|
|
class MutexException extends \Exception {}
|