Files
nhgooi.nl/vendor/nunomaduro/termwind/src/Exceptions/InvalidStyle.php
2023-11-14 16:54:35 +01:00

15 lines
179 B
PHP

<?php
declare(strict_types=1);
namespace Termwind\Exceptions;
use InvalidArgumentException;
/**
* @internal
*/
final class InvalidStyle extends InvalidArgumentException
{
}