mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°9065 - XML Definition for Dashlet properties
This commit is contained in:
17
sources/PropertyType/PropertyTypeException.php
Normal file
17
sources/PropertyType/PropertyTypeException.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2025 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\PropertyType;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* @since 3.3.0
|
||||
*/
|
||||
class PropertyTypeException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user