File "ClassInstantiationFailedException.php"
Full Path: /home/buyiwexj/public_html/wp-includes/php-ai-client/third-party/Http/Discovery/Exception/ClassInstantiationFailedException.php
File size: 340 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
use WordPress\AiClientDependencies\Http\Discovery\Exception;
/**
* Thrown when a class fails to instantiate.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
final class ClassInstantiationFailedException extends \RuntimeException implements Exception
{
}