ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.ilObjectNotFoundException.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/Object/exceptions/class.ilObjectException.php'
;
5
12
class
ilObjectNotFoundException
extends
ilObjectException
13
{
21
public
function
__construct
($a_message)
22
{
23
parent::__construct($a_message);
24
}
25
}
ilObjectException
Base exception class for object service.
Definition:
class.ilObjectException.php:13
ilObjectNotFoundException
Object not found exception.
Definition:
class.ilObjectNotFoundException.php:12
ilObjectNotFoundException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilObjectNotFoundException.php:21
Services
Object
exceptions
class.ilObjectNotFoundException.php
Generated on Sat Jan 18 2025 19:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)