2aaefbfa54
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
7 lines
86 B
PHP
7 lines
86 B
PHP
<?php
|
|
|
|
namespace andreskrey\Readability;
|
|
|
|
class ParseException extends \Exception
|
|
{
|
|
}
|