mirror of
https://github.com/moodle/moodle.git
synced 2025-07-27 09:20:36 +02:00
10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
/**
|
|
* Exceptions related to configuration schema
|
|
*/
|
|
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
|
|
{
|
|
|
|
}
|