File indexing completed on 2024-05-12 06:02:04

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