mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°8772 - XML description wip
This commit is contained in:
14
sources/Forms/Compiler/FormsCompilerException.php
Normal file
14
sources/Forms/Compiler/FormsCompilerException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2025 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Forms\Compiler;
|
||||
|
||||
use Combodo\iTop\Forms\FormsException;
|
||||
|
||||
class FormsCompilerException extends FormsException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user