]> git.wh0rd.org - tt-rss.git/blob - vendor/andreskrey/Readability/ParseException.php
update autoloader to consider namespaces for third party libraries: placed and loaded...
[tt-rss.git] / vendor / andreskrey / Readability / ParseException.php
1 <?php
2
3 namespace andreskrey\Readability;
4
5 class ParseException extends \Exception
6 {
7 }