mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
18 lines
251 B
PHP
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
|
|
{
|
|
}
|