Merge branch 'split-file_attributedef.class.inc.php_MissingColumnException.php' into split-file_attributedef.class.inc.php

This commit is contained in:
Potherca-Bot
2025-08-28 09:06:42 +00:00
committed by anne-catherine

View 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
{
}