qwen_2.5_model / sdk /php /src /Exceptions /OpenWARateLimitException.php
Muhammad Noman
Deploy OpenWA to Hugging Face Spaces
46252cd
Raw
History Blame Contribute Delete
172 Bytes
<?php
declare(strict_types=1);
namespace OpenWA\Exceptions;
/** 429 Too Many Requests — rate limited. */
class OpenWARateLimitException extends OpenWAApiException
{
}