repo.or.cz
/
htmlpurifier.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing PREG_BACKTRACK_LIMIT_ERROR in HTMLPurifier_Filter_ExtractStyleBlocks
[htmlpurifier.git]
/
library
/
HTMLPurifier
/
VarParserException.php
blob
5df3414959b9e8d231315269301317b38acb6eb0
1
<
?php
2
3
/**
4
* Exception type for HTMLPurifier_VarParser
5
*/
6
class
HTMLPurifier_VarParserException
extends
HTMLPurifier_Exception
7
{
8
9
}
10
11
// vim: et sw=4 sts=4