Home
last modified time | relevance | path

Searched refs:ConsistencyViolationException (Results 1 – 5 of 5) sorted by relevance

/plugin/bez/mdl/
H A DTask_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias
21 throw new ConsistencyViolationException('cannot add comments to closed threads');
74 throw new ConsistencyViolationException('cannot add comments to closed threads');
92 throw new ConsistencyViolationException('delete comments of closed threads');
H A DThread_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias
93 throw new ConsistencyViolationException('cannot delete when task are assigned');
H A DThread.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias
258 throw new ConsistencyViolationException("$user_id isn't participant");
322 throw new ConsistencyViolationException("$user_id isn't participant");
326 throw new ConsistencyViolationException("cannot remove coordinator");
330 throw new ConsistencyViolationException("cannot remove task_assignee");
H A DTask.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias
403 throw new ConsistencyViolationException("$user_id isn't participant");
465 throw new ConsistencyViolationException("$user_id isn't participant");
469 throw new ConsistencyViolationException("cannot remove assignee");
482 throw new ConsistencyViolationException('task already pinned to thread');
/plugin/bez/meta/
H A DConsistencyViolationException.php5 class ConsistencyViolationException extends \Exception { class