File indexing completed on 2024-05-12 17:24:31

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