ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
Exception.php
Go to the documentation of this file.
1<?php
2
7class HTMLPurifier_Exception extends Exception
8{
9
10}
11
12// vim: et sw=4 sts=4
Global exception class for HTML Purifier; any exceptions we throw are from here.
Definition: Exception.php:8