1: <?php 2: /** 3: * Configuration exception 4: * 5: * A generic parent class for Configuration exceptions 6: * 7: * @package Elgg 8: * @subpackage Exceptions.Stub 9: */ 10: class ConfigurationException extends Exception {} 11: