File "InvalidStyle.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/nunomaduro/termwind/src/Exceptions/InvalidStyle.php
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace Termwind\Exceptions;
use InvalidArgumentException;
/**
* @internal
*/
final class InvalidStyle extends InvalidArgumentException
{
}