Home
last modified time | relevance | path

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

/plugin/aichat/Model/Gemini/
H A 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/
H A DAbstractGenericModel.php8 use dokuwiki\plugin\aichat\Model\ModelException; alias
59 throw new ModelException('API error: ' . $response['error']['message'], 3002);
/plugin/aichat/Model/
H A DModelException.php5 class ModelException extends \Exception class
H A DAbstractModel.php347 * @throws ModelException when the key is not found and no default is given
360 throw new ModelException('Key ' . $key . ' not found in configuration', 3001);
/plugin/aichat/Model/Reka/
H A DChatModel.php7 use dokuwiki\plugin\aichat\Model\ModelException; alias
/plugin/aichat/Model/Anthropic/
H A DChatModel.php7 use dokuwiki\plugin\aichat\Model\ModelException; alias