コード例 #1
0
 public function __construct($url)
 {
     parent::__construct('`' . $url . '` is not a valid URL');
 }
コード例 #2
0
ファイル: OpmlException.php プロジェクト: woshilapin/FreshRSS
 public function __construct($name_file)
 {
     parent::__construct('OPML file is invalid');
 }