mirror of
https://github.com/friendica/friendica
synced 2026-01-24 07:19:19 +01:00
12 lines
177 B
PHP
12 lines
177 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Global exception class for HTML Purifier; any exceptions we throw
|
||
|
|
* are from here.
|
||
|
|
*/
|
||
|
|
class HTMLPurifier_Exception extends Exception
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
// vim: et sw=4 sts=4
|