<?php

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

namespace Laminas\Server\Exception;

/**
 * Laminas\Server exceptions
 */
interface ExceptionInterface
{
}
