18 lines
294 B
PHP
Executable File
18 lines
294 B
PHP
Executable File
<?php
|
|
/**
|
|
* PHPWord
|
|
*
|
|
* @link https://github.com/PHPOffice/PHPWord
|
|
* @copyright 2014 PHPWord
|
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
|
*/
|
|
|
|
namespace PhpOffice\PhpWord\Exception;
|
|
|
|
/**
|
|
* General exception
|
|
*/
|
|
class Exception extends \Exception
|
|
{
|
|
}
|