FreshRSS/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php

16 lines
333 B
PHP

<?php
namespace marienfressinaud\LibOpml;
/**
* A simple Exception class which represents any kind of OPML problem.
* Message precises the current problem.
*
* @author Marien Fressinaud <dev@marienfressinaud.fr>
* @link https://framagit.org/marienfressinaud/lib_opml
* @license MIT
*/
class Exception extends \Exception
{
}