1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-08 12:31:44 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/library/HTMLPurifier/Exception.php

13 lines
189 B
PHP
Raw Normal View History

2014-09-24 01:25:04 +02:00
<?php
/**
* Global exception class for HTML Purifier; any exceptions we throw
* are from here.
*/
class HTMLPurifier_Exception extends Exception
{
}
// vim: et sw=4 sts=4