ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
NoConfirmationException.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2019 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5namespace ILIAS\Setup;
6
11{
15 protected $confirmation;
16
17 public function __construct(string $confirmation, ...$rest)
18 {
21 }
22
23 public function getRequestedConfirmation()
24 {
26 }
27}
An exception for terminatinating execution or to throw for unit testing.
Signals that a necessary confirmation from the admin is missing.
__construct(string $confirmation,... $rest)
confirmation()
Definition: confirmation.php:2
$rest
Definition: goto.php:46
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc