Searched refs:ModelException (Results 1 – 6 of 6) sorted by relevance
6 use dokuwiki\plugin\aichat\Model\ModelException; alias31 throw new ModelException('Failed to load model info for '.$this->modelFullName, 3003);70 throw new ModelException('Gemini API error: ' . $response['error']['message'], 3002);
8 use dokuwiki\plugin\aichat\Model\ModelException; alias59 throw new ModelException('API error: ' . $response['error']['message'], 3002);
5 class ModelException extends \Exception class
346 * @throws ModelException when the key is not found and no default is given359 throw new ModelException('Key ' . $key . ' not found in configuration', 3001);
7 use dokuwiki\plugin\aichat\Model\ModelException; alias