PHPWord/src/PhpWord/Exception/InvalidImageException.php

18 lines
316 B
PHP

<?php
/**
* PHPWord
*
* @link https://github.com/PHPOffice/PHPWord
* @copyright 2014 PHPWord
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
*/
namespace PhpOffice\PhpWord\Exception;
/**
* Exception used for when an image is not found
*/
class InvalidImageException extends Exception
{
}