mirror of
https://github.com/amphp/parallel.git
synced 2025-02-24 06:42:26 +01:00
6 lines
77 B
PHP
6 lines
77 B
PHP
<?php
|
|
|
|
namespace Amp\Concurrent;
|
|
|
|
class MutexException extends \Exception {}
|