13 lines
163 B
PHP
Raw Normal View History

2017-06-07 16:31:24 +02:00
<?php
/**
* Exceptions related to configuration schema
*/
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4