ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
ResourceNotFoundException.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
3
namespace
ILIAS\MainMenu\Storage\Resource
;
4
5
use
ilException
;
6
12
class
ResourceNotFoundException
extends
ilException
13
{
14
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\MainMenu\Storage\Resource\ResourceNotFoundException
Class ResourceNotFoundException.
Definition:
ResourceNotFoundException.php:13
ilException
Base class for ILIAS Exception handling.
Definition:
class.ilException.php:35
ILIAS\MainMenu\Storage\Resource
Services
MainMenu
classes
Storage
Resource
ResourceNotFoundException.php
Generated on Sat Oct 4 2025 20:01:02 for ILIAS by
1.9.4 (using
Doxyfile
)