mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
15 lines
259 B
PHP
15 lines
259 B
PHP
<?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
|
|
{
|
|
}
|