mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-31 08:31:03 -05:00
10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* An exception raised when a context is invalid
|
|
*/
|
|
class FreshRSS_Context_Exception extends Exception {
|
|
|
|
}
|