Files
iTop/sources/PropertyType/PropertyTypeException.php
2026-01-07 17:09:20 +01:00

18 lines
251 B
PHP

<?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
{
}