1: <?php 2: /** 3: * InstallationException 4: * Thrown when there is a major problem with the installation. 5: * 6: * @package Elgg.Core 7: * @subpackage Exception 8: */ 9: class InstallationException extends ConfigurationException {} 10: