PHPWord/Classes/PHPWord/Exceptions/InvalidImageException.php
2014-03-12 13:30:02 +07:00

16 lines
221 B
PHP

<?php
namespace PhpOffice\PhpWord\Exceptions;
use Exception;
/**
* InvalidImageException
*
* Exception used for when an image is not found
*
* @package PHPWord
*/
class InvalidImageException extends Exception
{
}