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
Improve handling of malformed object parameters.
[htmlpurifier.git]
/
library
/
HTMLPurifier
/
Exception.php
blob
be85b4c560e04ffed27885d7dddaba6450b12059
1
<
?php
2
3
/**
4
* Global exception class for HTML Purifier; any exceptions we throw
5
* are from here.
6
*/
7
class
HTMLPurifier_Exception
extends
Exception
8
{
9
10
}
11
12
// vim: et sw=4 sts=4