799e60aa62
- Move Friendica namespace to `src` - Move required `ezyang/htmlpurifier` to vendor - Remove existing static autoloader - Change boot.php reference to the autoloader
13 lines
177 B
PHP
13 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
|