<?php declare(strict_types=1);

namespace Amp\Redis\Protocol;

use Amp\Redis\RedisException;

final class ProtocolException extends RedisException
{
}
