<?php /** * @see https://github.com/laminas/laminas-mvc-plugin-identity for the canonical source repository * @copyright https://github.com/laminas/laminas-mvc-plugin-identity/blob/master/COPYRIGHT.md * @license https://github.com/laminas/laminas-mvc-plugin-identity/blob/master/LICENSE.md New BSD License */ namespace Laminas\Mvc\Plugin\Identity\Exception; interface ExceptionInterface { }