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

class FreshRSS_EntriesGetter_Exception extends Exception {
	public function __construct ($message) {
		parent::__construct ($message);
	}
}