mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
form dependency
This commit is contained in:
10
sources/Controller/Form/Dependency/MissingDataException.php
Normal file
10
sources/Controller/Form/Dependency/MissingDataException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Combodo\iTop\Controller\Form\Dependency;
|
||||
|
||||
use Exception;
|
||||
|
||||
class MissingDataException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user