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