mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-01 01:09:20 -04:00
13 lines
232 B
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
|