summaryrefslogtreecommitdiff
path: root/src/ParseException.php
blob: 335851fe8363fc769967e6a4ff608ede21409453 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace andreskrey\Readability;


class ParseException extends \Exception
{

}