ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
BrokenDummyMachine.php
Go to the documentation of this file.
1 <?php
2 
20 
24 require_once __DIR__ . '/DummyMachine.php';
25 
27 {
28  public function __construct()
29  {
30  throw new \Exception('This machine is broken');
31  }
32 }
__construct()
FlavourMachines must be able to be created without further dependencies.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...