mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
14 lines
221 B
PHP
14 lines
221 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
namespace Combodo\iTop\Service\Events;
|
|
|
|
use Exception;
|
|
|
|
class EventException extends Exception
|
|
{
|
|
|
|
} |