1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00
Files
tt-rss/plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
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
{
}