aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/InstallationException.php
blob: 4ad2e516b44a58920c18a50ae80cf1743701e9ea (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 {}