agriget/vendor/andreskrey/Readability/ParseException.php
2019-03-22 10:17:29 -04:00

8 lines
86 B
PHP

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