[1.2.0] Allow configuration directives to permit null values. ConfigDoc updated accor...
[htmlpurifier.git] / library / HTMLPurifier / Error.php
blobadc81dc56de0531423270cd30e23a5eeb0314ade
1 <?php
3 /**
4 * Return object from functions that signifies error when null doesn't cut it
5 */
6 class HTMLPurifier_Error {}
8 ?>