<?php

declare(strict_types=1);

namespace OpenSearch\Exception;

/**
 * Interface for OpenSearch exceptions.
 */
interface OpenSearchExceptionInterface extends \Throwable
{
}
