Home
last modified time | relevance | path

Searched refs:ModelException (Results 1 – 6 of 6) sorted by relevance

/plugin/aichat/Model/Gemini/
DAbstractGeminiModel.php6 use dokuwiki\plugin\aichat\Model\ModelException; alias
31 throw new ModelException('Failed to load model info for '.$this->modelFullName, 3003);
70 throw new ModelException('Gemini API error: ' . $response['error']['message'], 3002);
/plugin/aichat/Model/Generic/
DAbstractGenericModel.php8 use dokuwiki\plugin\aichat\Model\ModelException; alias
59 throw new ModelException('API error: ' . $response['error']['message'], 3002);
/plugin/aichat/Model/
DModelException.php5 class ModelException extends \Exception class
DAbstractModel.php346 * @throws ModelException when the key is not found and no default is given
359 throw new ModelException('Key ' . $key . ' not found in configuration', 3001);
/plugin/aichat/Model/Reka/
DChatModel.php7 use dokuwiki\plugin\aichat\Model\ModelException; alias
/plugin/aichat/Model/Anthropic/
DChatModel.php7 use dokuwiki\plugin\aichat\Model\ModelException; alias