<?php declare(strict_types=1);

namespace Amp\Redis;

use Exception;

class RedisException extends Exception
{
}
