<?php

/**
 * @see       https://github.com/laminas/laminas-server for the canonical source repository
 */

namespace Laminas\Server\Reflection\Exception;

use Laminas\Server\Exception\ExceptionInterface as Exception;

/**
 * Laminas\Server\Reflection exceptions
 */
interface ExceptionInterface extends Exception
{
}
