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

13 lines
263 B
PHP

<?php
namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
/**
* Thrown when we can't use Puli for discovery.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
final class PuliUnavailableException extends StrategyUnavailableException
{
}