1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-13 01:27:24 +01:00
parallel/lib/LockAlreadyReleasedError.php
2016-08-21 23:40:48 -05:00

6 lines
110 B
PHP

<?php declare(strict_types = 1);
namespace Amp\Concurrent;
class LockAlreadyReleasedError extends \Error {}