ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjectNotFoundException.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
31  public function __construct(string $message)
32  {
33  parent::__construct($message);
34  }
35 }
Base exception class for object service.
__construct(string $message)
A message is not optional as in build in class Exception.
__construct(Container $dic, ilPlugin $plugin)
$message
Definition: xapiexit.php:31