mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
15 lines
294 B
PHP
15 lines
294 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @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
|
|
{
|
|
}
|