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