Move folder

This commit is contained in:
Anne-Cath
2025-09-04 09:40:39 +02:00
parent 71604e65d2
commit 392957d849
75 changed files with 0 additions and 0 deletions

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