agriget/vendor/andreskrey/Readability/ParseException.php

8 lines
86 B
PHP
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
<?php
namespace andreskrey\Readability;
class ParseException extends \Exception
{
}