mirror of
https://github.com/moodle/moodle.git
synced 2025-06-17 05:02:17 +02:00
10 lines
138 B
PHP
10 lines
138 B
PHP
<?php
|
|
|
|
/**
|
|
* Exception type for HTMLPurifier_VarParser
|
|
*/
|
|
class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
|
|
{
|
|
|
|
}
|