mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-19 09:34:42 +00:00
214a5cc9a4
Namespaces are not needed so far. https://github.com/FreshRSS/FreshRSS/commit/aacd1ffd4052b04c724c2783b3ee2845ca4ada35#commitcomment-11503581
9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
/**
|
|
* An exception raised when a context is invalid
|
|
*/
|
|
class FreshRSS_Context_Exception extends Exception {
|
|
|
|
}
|