aboutsummaryrefslogtreecommitdiff
path: root/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php
blob: 27c3287a238a12312a6257fd758fbf92a9f16dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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
{
}