mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 19:41:28 +00:00
move readability library to af_readability/vendor out of global vendor directory
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
This commit is contained in:
7
plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
vendored
Normal file
7
plugins/af_readability/vendor/andreskrey/Readability/ParseException.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace andreskrey\Readability;
|
||||
|
||||
class ParseException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user