aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/InstallationException.php
blob: 4284b3a2d23cb0627265c4e7c79a446c3c704314 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * InstallationException
 * Thrown when there is a major problem with the installation.
 *
 * @package Elgg
 * @subpackage Exceptions
 */
class InstallationException extends ConfigurationException {}