initial commit

This commit is contained in:
2025-04-26 11:21:01 -04:00
commit 64f56c2711
391 changed files with 196409 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
/**
* Exceptions related to configuration schema
*/
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4