blob: 8c86edcc63bc583e7ce30f9fc6fe250694d396ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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 {}
|