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

17 lines
409 B
PHP

<?php
namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
use WordPress\AiClientDependencies\Http\Discovery\Exception;
/**
* Thrown when a discovery does not find any matches.
*
* @final do NOT extend this class, not final for BC reasons
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
/* final */
class NotFoundException extends \RuntimeException implements Exception
{
}