diff options
Diffstat (limited to 'app/Exceptions/ContextException.php')
| -rw-r--r-- | app/Exceptions/ContextException.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Exceptions/ContextException.php b/app/Exceptions/ContextException.php new file mode 100644 index 000000000..00934cbfd --- /dev/null +++ b/app/Exceptions/ContextException.php @@ -0,0 +1,8 @@ +<?php + +/** + * An exception raised when a context is invalid + */ +class FreshRSS_Context_Exception extends Exception { + +} |
