mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
Original files kept for compatibility issues : - core/coreexception.class.inc.php There are remaining exceptions in /core/oql, but those files are generated
15 lines
295 B
PHP
15 lines
295 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/**
|
|
* Thrown when querying on an object that exists in the database but is archived
|
|
*
|
|
* @since 2.5.1 N°1108
|
|
*/
|
|
class ArchivedObjectException extends CoreException
|
|
{
|
|
}
|