<?php

declare(strict_types=1);

namespace Enqueue\Redis;

use Interop\Queue\Exception\Exception;

class ServerException extends Exception
{
}
