mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-02 02:17:48 -05:00
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 {
|
|
|
|
}
|