aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
blob: 90b2e5f85b41cecc11325aefb109964316598838 (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 Minz_Exception {

}