Files
gallery3/modules/gallery/lib/HTMLPurifier/HTMLPurifier/Exception.php

13 lines
232 B
PHP

<?php defined("SYSPATH") or die("No direct script access.");
/**
* Global exception class for HTML Purifier; any exceptions we throw
* are from here.
*/
class HTMLPurifier_Exception extends Exception
{
}
// vim: et sw=4 sts=4