ILIAS  release_7 Revision v7.30-3-g800a261c036
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)
Signals that the setup is not executable at all.
confirmation()
Definition: confirmation.php:2
$rest
Definition: goto.php:48
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...