ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilHtmlPurifierNotFoundException.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once
'Services/Html/exceptions/class.ilHtmlException.php'
;
5
13
class
ilHtmlPurifierNotFoundException
extends
ilHtmlException
14
{
24
public
function
__construct
($a_message)
25
{
26
parent::__construct($a_message);
27
}
28
}
29
?>
php
An exception for terminatinating execution or to throw for unit testing.
ilHtmlException
Class for html related exception handling in ILIAS.
Definition:
class.ilHtmlException.php:14
ilHtmlPurifierNotFoundException
Class for html related exception handling in ILIAS.
Definition:
class.ilHtmlPurifierNotFoundException.php:14
ilHtmlPurifierNotFoundException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilHtmlPurifierNotFoundException.php:24
Services
Html
exceptions
class.ilHtmlPurifierNotFoundException.php
Generated on Fri Oct 3 2025 19:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)