miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php

16 lines
192 B
PHP

<?php
namespace PicoFeed;
use Exception;
/**
* PicoFeedException Exception
*
* @author Frederic Guillot
* @package exception
*/
abstract class PicoFeedException extends Exception
{
}