qwen_2.5_model / sdk /php /src /Exceptions /OpenWAAuthException.php
Muhammad Noman
Deploy OpenWA to Hugging Face Spaces
46252cd
Raw
History Blame Contribute Delete
176 Bytes
<?php
declare(strict_types=1);
namespace OpenWA\Exceptions;
/** 401 Unauthorized — missing or invalid API key. */
class OpenWAAuthException extends OpenWAApiException
{
}