<?php
/**
 * IncompleteEntityException
 * Thrown when constructing an entity that is missing its secondary entity table
 *
 * @package    Elgg.Core
 * @subpackage Exception
 * @access private
 */
class IncompleteEntityException extends Exception {}