1: <?php 2: /** 3: * InvalidClassException 4: * An invalid class Exception, throw when a class is invalid. 5: * 6: * @package Elgg.Core 7: * @subpackage Exception 8: */ 9: class InvalidClassException extends ClassException {} 10: