<?php

declare(strict_types=1);

namespace Prometheus\Storage\RedisClients;

class RedisClientException extends \Exception
{
}
