mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
12 lines
212 B
PHP
12 lines
212 B
PHP
<?php defined("SYSPATH") or die("No direct script access.");
|
|
|
|
/**
|
|
* Exception type for HTMLPurifier_VarParser
|
|
*/
|
|
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|