mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-20 16:11:01 +00:00
11 lines
168 B
PHP
11 lines
168 B
PHP
<?php
|
|
|
|
/**
|
|
* Exception type for HTMLPurifier_VarParser
|
|
*/
|
|
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|