File indexing completed on 2024-12-22 05:36:22
0001 <?php 0002 0003 /** 0004 * Exception type for HTMLPurifier_VarParser 0005 */ 0006 class HTMLPurifier_VarParserException extends HTMLPurifier_Exception 0007 { 0008 0009 } 0010 0011 // vim: et sw=4 sts=4