summaryrefslogtreecommitdiff
path: root/vendor/andreskrey/Readability/ParseException.php
blob: 646c04a3755dff27ea3bc94473b79255e9dceca8 (plain)
1
2
3
4
5
6
7
<?php

namespace andreskrey\Readability;

class ParseException extends \Exception
{
}