mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Merge branch 'split-file_attributedef.class.inc.php_MissingColumnException.php' into split-file_attributedef.class.inc.php
This commit is contained in:
10
core/attributedef/MissingColumnException.php
Normal file
10
core/attributedef/MissingColumnException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* MissingColumnException - sent if an attribute is being created but the column is missing in the row
|
||||
*
|
||||
* @package iTopORM
|
||||
*/
|
||||
class MissingColumnException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user