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