1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-04 17:08:30 +00:00
friendica-github/library/HTMLPurifier/ConfigSchema/Exception.php

12 lines
162 B
PHP
Raw Normal View History

2010-09-08 20:14:17 -07:00
<?php
/**
* Exceptions related to configuration schema
*/
class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
{
}
// vim: et sw=4 sts=4