mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
Move Event service from sources/Application/Service to sources/Service
This commit is contained in:
14
sources/Service/Events/EventException.php
Normal file
14
sources/Service/Events/EventException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Service\Events;
|
||||
|
||||
use Exception;
|
||||
|
||||
class EventException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user