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