mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
SDK Form demonstrator introduce field dependency graph
This commit is contained in:
12
sources/Forms/Dependency/DependencyException.php
Normal file
12
sources/Forms/Dependency/DependencyException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2025 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Forms\Dependency;
|
||||
|
||||
class DependencyException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user