Psr17FactoryDiscovery::findUriFactory(): WordPressAiClientDependenciesPsrHttpMessageUriFactoryInterface

In this article

Return

WordPressAiClientDependenciesPsrHttpMessageUriFactoryInterface

Source

public static function findUriFactory()
{
    try {
        $messageFactory = static::findOneByType(UriFactoryInterface::class);
    } catch (DiscoveryFailedException $e) {
        throw self::createException('url factory', $e);
    }
    return static::instantiateClass($messageFactory);
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.