aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
blob: 8f05eccd600d798a4e9251a041dfcde269c036be (plain)
1
2
3
4
5
6
7
8
<?php

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

}