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'); } }