aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/FeedException.php
blob: 2433b3964827b03dc9edd27069b57eac6819af22 (plain)
1
2
3
4
5
6
<?php
class FreshRSS_Feed_Exception extends Exception {
	public function __construct($message) {
		parent::__construct($message);
	}
}