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