PHPWord/src/PhpWord/Exception/Exception.php
2014-05-04 21:03:29 +04:00

18 lines
287 B
PHP

<?php
/**
* PHPWord
*
* @link https://github.com/PHPOffice/PHPWord
* @copyright 2014 PHPWord
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/
namespace PhpOffice\PhpWord\Exception;
/**
* General exception
*/
class Exception extends \Exception
{
}