aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/InstallationException.php
blob: 96bd9beff988a0a7fb766261a93fde83ea24e6a4 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * InstallationException
 * Thrown when there is a major problem with the installation.
 *
 * @author Curverider Ltd <info@elgg.com>
 * @package Elgg
 * @subpackage Exceptions
 */
class InstallationException extends ConfigurationException {}