first commit
This commit is contained in:
12
wp-includes/php-ai-client/third-party/Http/Discovery/Exception.php
vendored
Normal file
12
wp-includes/php-ai-client/third-party/Http/Discovery/Exception.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WordPress\AiClientDependencies\Http\Discovery;
|
||||
|
||||
/**
|
||||
* An interface implemented by all discovery related exceptions.
|
||||
*
|
||||
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||
*/
|
||||
interface Exception extends \Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user