Andrew Dolgov d0a9aeaf80 move readability library to af_readability/vendor out of global vendor directory
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
2019-04-17 08:51:17 +03:00

8 lines
86 B
PHP

<?php
namespace andreskrey\Readability;
class ParseException extends \Exception
{
}