]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/Exception.php
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / Exception.php
CommitLineData
d4949327
NL
1<?php\r
2\r
3/**\r
4 * Global exception class for HTML Purifier; any exceptions we throw\r
5 * are from here.\r
6 */\r
7class HTMLPurifier_Exception extends Exception\r
8{\r
9\r
10}\r
11\r
12// vim: et sw=4 sts=4\r