aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
blob: 5d06baf351658baa10accbd2b9c1d99038942c2c (plain)
1
2
3
4
5
6
7
8
9
<?php
declare(strict_types=1);

/**
 * An exception raised when a context is invalid
 */
class FreshRSS_Context_Exception extends Exception {

}