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

}