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