ILIAS  release_8 Revision v8.23
ilWebDAVNotDavableException.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 {
23  public const OBJECT_TYPE_NOT_DAVABLE = 'This object type is not davable!';
24  public const FILE_EXTENSION_NOT_ALLOWED = 'This object has a forbidden file extension!';
25  public const OBJECT_TITLE_NOT_DAVABLE = 'This object title is invalid or hidden!';
26  public const OBJECT_HIDDEN = 'This object is hidden!';
27 
31  public function __construct($message)
32  {
34  }
35 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
$message
Definition: xapiexit.php:32