mirror of
https://github.com/danog/parallel.git
synced 2025-01-06 04:38:21 +01:00
6 lines
83 B
PHP
6 lines
83 B
PHP
<?php
|
|
|
|
namespace Amp\Concurrent;
|
|
|
|
class LockAlreadyReleasedError extends \Error {}
|