<?php declare(strict_types=1);

namespace Amp\Redis\Sync;

use Amp\Redis\RedisException;

class RedisMutexException extends RedisException
{
}
