Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / htmlpurifier / 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 ?>