PHPWord/Classes/PHPWord/Exceptions/InvalidStyleException.php
2014-03-09 16:07:20 -04:00

15 lines
253 B
PHP

<?php
namespace PhpOffice\PhpWord\Exceptions;
use InvalidArgumentException;
/**
* InvalidStyleException
*
* Exception used for when a style value is invalid
*
* @package PHPWord
*/
class InvalidStyleException extends InvalidArgumentException
{
}