composer package updates
[openemr.git] / vendor / zendframework / zend-text / src / Table / Exception / OverflowException.php
blob37dc75829a07bc4b11fd15eb1cf504673c4a8084
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-text for the canonical source repository
4 * @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (https://www.zend.com)
5 * @license https://github.com/zendframework/zend-text/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Text\Table\Exception;
10 use Zend\Text\Exception;
12 class OverflowException extends Exception\OverflowException implements ExceptionInterface