mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-02 15:03:08 +08:00
11 lines
157 B
PHP
11 lines
157 B
PHP
<?php
|
|
|
|
/**
|
|
* Exception type for HTMLPurifier_VarParser
|
|
*/
|
|
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
|
|
{
|
|
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|