tt-rss/vendor/andreskrey/Readability/ParseException.php
Andrew Dolgov 2aaefbfa54 update autoloader to consider namespaces for third party libraries: placed and loaded from vendor/namespace/classpath.php
update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php)
add vendor/Psr/Log interface required for the above
2018-06-20 14:58:09 +03:00

7 lines
86 B
PHP

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