<?php
/**
 * InstallationException
 * Thrown when there is a major problem with the installation.
 *
 * @package    Elgg.Core
 * @subpackage Exception
 */
class InstallationException extends ConfigurationException {}