mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Move folder
This commit is contained in:
10
sources/Core/AttributeDefinition/MissingColumnException.php
Normal file
10
sources/Core/AttributeDefinition/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