1: <?php 2: /** 3: * IncompleteEntityException 4: * Thrown when constructing an entity that is missing its secondary entity table 5: * 6: * @package Elgg.Core 7: * @subpackage Exception 8: * @access private 9: */ 10: class IncompleteEntityException extends Exception {} 11: