Searched refs:ConsistencyViolationException (Results 1 – 5 of 5) sorted by relevance
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias21 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');
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias93 throw new ConsistencyViolationException('cannot delete when task are assigned');
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias257 throw new ConsistencyViolationException("$user_id isn't participant");321 throw new ConsistencyViolationException("$user_id isn't participant");325 throw new ConsistencyViolationException("cannot remove coordinator");329 throw new ConsistencyViolationException("cannot remove task_assignee");
5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException; alias405 throw new ConsistencyViolationException("$user_id isn't participant");467 throw new ConsistencyViolationException("$user_id isn't participant");471 throw new ConsistencyViolationException("cannot remove assignee");484 throw new ConsistencyViolationException('task already pinned to thread');
5 class ConsistencyViolationException extends \Exception { class