<?php /** * @see https://github.com/laminas/laminas-authentication for the canonical source repository * @copyright https://github.com/laminas/laminas-authentication/blob/master/COPYRIGHT.md * @license https://github.com/laminas/laminas-authentication/blob/master/LICENSE.md New BSD License */ namespace Laminas\Authentication\Adapter\DbTable\Exception; use Laminas\Authentication\Adapter\Exception\ExceptionInterface as Exception; interface ExceptionInterface extends Exception { }