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