diff options
Diffstat (limited to 'lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php')
| -rw-r--r-- | lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php b/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php new file mode 100644 index 000000000..27c3287a2 --- /dev/null +++ b/lib/marienfressinaud/lib_opml/src/LibOpml/Exception.php @@ -0,0 +1,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 +{ +} |
