Files
moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/Exception.php

10 lines
143 B
PHP

<?php
/**
* Exceptions related to configuration schema
*/
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}