File indexing completed on 2025-02-02 05:43:42
0001 <?php 0002 0003 /** 0004 * Exceptions related to configuration schema 0005 */ 0006 class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception 0007 { 0008 0009 } 0010 0011 // vim: et sw=4 sts=4