qwen_2.5_model / sdk /php /src /Exceptions /OpenWANotImplementedException.php
Muhammad Noman
Deploy OpenWA to Hugging Face Spaces
46252cd
Raw
History Blame Contribute Delete
212 Bytes
<?php
declare(strict_types=1);
namespace OpenWA\Exceptions;
/** 501 Not Implemented — the active engine does not support this operation. */
class OpenWANotImplementedException extends OpenWAApiException
{
}