PHPWord/src/PhpWord/Exceptions/InvalidImageException.php
2014-03-27 23:55:06 +07:00

18 lines
334 B
PHP

<?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\Exceptions;
/**
* Exception used for when an image is not found
*/
class InvalidImageException extends Exception
{
}