summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php
blob: 11f898648c12eefc402eed86d9992299120150e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace PicoFeed;

use Exception;

/**
 * PicoFeedException Exception
 *
 * @author  Frederic Guillot
 * @package exception
 */
abstract class PicoFeedException extends Exception
{
}