Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

13 lines
235 B
PHP

<?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
{
}