mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
10 lines
175 B
PHP
10 lines
175 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
class ApplicationException extends CoreException
|
|
{
|
|
}
|