1: <?php 2: /** 3: * Class not found 4: * 5: * Thrown when trying to load a class that doesn't exist. 6: * 7: * @package Elgg.Core 8: * @subpackage Exceptions 9: */ 10: class ClassNotFoundException extends ClassException {} 11: