qwen_2.5_model / sdk /php /src /Exceptions /OpenWANotFoundException.php
Muhammad Noman
Deploy OpenWA to Hugging Face Spaces
46252cd
Raw
History Blame Contribute Delete
146 Bytes
<?php
declare(strict_types=1);
namespace OpenWA\Exceptions;
/** 404 Not Found. */
class OpenWANotFoundException extends OpenWAApiException
{
}