<?phpdeclare(strict_types=1);namespace TermwindExceptions;use InvalidArgumentException;/** * @internal */final class InvalidStyle extends InvalidArgumentException {}