Home
last modified time | relevance | path

Searched refs:Exception (Results 76 – 100 of 2287) sorted by last modified time

12345678910>>...92

/plugin/mikioplugin/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dcss.php83 catch(Exception $e) {
/plugin/aichat/
H A Daction.php91 } catch (\Exception $e) {
H A Dcli.php210 * @throws Exception
227 * @throws Exception
306 * @throws Exception
H A DEmbeddings.php126 * @throws \Exception
174 * @throws \Exception
208 } catch (\Exception $e) {
242 * @throws \Exception
284 * @throws \Exception
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dhelper.php168 * @throws Exception
192 * @throws Exception
235 * @throws Exception
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/bez/ctl/
H A Dthread_report.php22 throw new Exception('there is now row with given id');
/plugin/bez/mdl/
H A DAcl.php28 throw new \Exception("column: $column not exists in table");
57 throw new \Exception('column already exists');
H A DEntity.php60 throw new \Exception('there is no column: "'.$property. '"" in table: "' . $this->get_table_name() . '"');
205 } catch (\Exception $e) {
207 throw new \Exception($msg);
H A DFactory.php65 throw new \Exception('unknown operator: '.$operator);
69 throw new \Exception('unknown function: '.$function);
76 throw new \Exception('wrong BETWEEN argument. provide two values');
88 throw new \Exception('$data should be an array');
199 throw new \Exception('there is no '.$this->get_table_name().' with id: '.$id);
236 throw new \Exception('row already saved');
270 throw new \Exception('row not inserted');
H A DTask.php350 throw new \Exception("unknown flag $filter");
398 throw new \Exception('cannot remove flags from not saved thread');
408 throw new \Exception('unknown flags');
421 throw new \Exception('cannot add flags to not saved thread');
426 throw new \Exception("$user_id isn't dokuwiki user");
431 throw new \Exception('unknown flags');
460 throw new \Exception('cannot remove flags from not saved thread');
H A DTaskFactory.php169 } catch(Exception $exception) {
199 } catch(Exception $exception) {
H A DTask_comment.php47 throw new \Exception('$defaults[task] not set');
H A DTask_commentFactory.php16 * @throws \Exception
64 } catch(Exception $exception) {
84 } catch(Exception $exception) {
106 } catch(Exception $exception) {
H A DThread.php205 throw new \Exception("unknown flag $filter");
253 throw new \Exception('cannot remove flags from not saved thread');
263 throw new \Exception('unknown flags');
276 throw new \Exception('cannot add flags to not saved thread');
281 throw new \Exception("$user_id isn't dokuwiki user");
286 throw new \Exception('unknown flags');
317 throw new \Exception('cannot remove flags from not saved thread');
363 throw new \Exception('cannot add labels to not saved thread. use initial_save() instead');
369 throw new \Exception("label($label_id) doesn't exist");
382 throw new \Exception('canno
[all...]
H A DThreadFactory.php5 use Assetic\Exception\Exception; alias
229 } catch(Exception $exception) {
290 } catch(Exception $exception) {
H A DThread_comment.php61 throw new \Exception('$defaults[thread] not set');
H A DThread_commentFactory.php21 * @throws \Exception
57 } catch(Exception $exception) {
85 } catch(Exception $exception) {
107 } catch(Exception $exception) {
H A DValidator.php33 throw new \Exception("no rule exists for $field");
49 throw new \Exception("there is no validation function $validator");
69 throw new \Exception('no validation rule for '.$field);
/plugin/bez/meta/
H A DConsistencyViolationException.php5 class ConsistencyViolationException extends \Exception {
H A DPermissionDeniedException.php5 class PermissionDeniedException extends \Exception{
H A DValidationException.php5 class ValidationException extends \Exception
10 public function __construct($table, $validaion_errors, $code = 0, Exception $previous = null) {
/plugin/bez/syntax/
H A Dstruct.php101 } catch(Exception $e) {

12345678910>>...92