Files
CoreGradeLearning/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Exception.php
T
CHIEFSOFT\ameye e592ca6823 first commit
2024-09-30 18:11:26 -04:00

12 lines
162 B
PHP

<?php
/**
* Exceptions related to configuration schema
*/
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4