summaryrefslogtreecommitdiff
path: root/app/Exceptions/OpmlException.php
blob: e0ea3e493ada5596cc5cc613a16a3cf993c287f6 (plain)
1
2
3
4
5
6
<?php
class FreshRSS_Opml_Exception extends FreshRSS_Feed_Exception {
	public function __construct ($name_file) {
		parent::__construct ('OPML file is invalid');
	}
}