OpmlException.php 167 B

123456
  1. <?php
  2. class FreshRSS_Opml_Exception extends FreshRSS_Feed_Exception {
  3. public function __construct ($name_file) {
  4. parent::__construct ('OPML file is invalid');
  5. }
  6. }