mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
359 B
PHP
9 lines
359 B
PHP
<?php
|
|
/**
|
|
* This file is only here for compatibility issues. Will be removed in iTop 3.1.0 (N°3664)
|
|
*
|
|
* @deprecated 3.0.0 N°3663 Exception classes were moved to `/application/exceptions`, use autoloader instead of require !
|
|
*/
|
|
require_once '../approot.inc.php';
|
|
DeprecatedCallsLog::NotifyDeprecatedFile('Classes were moved to /application/exceptions');
|