コード例 #1
0
ファイル: exchanger.php プロジェクト: tomzx/wikimedia-apibot
 function __construct()
 {
     parent::__construct("noexchurl", "No URL to make requests to specified");
 }
コード例 #2
0
ファイル: exceptions.php プロジェクト: tomzx/wikimedia-apibot
 function __construct($filename, $range = AEX_RANGE_TASK, $advice = AEX_ADVICE_CLOSE)
 {
     parent::__construct("cantwritefile", "Could not write file: " . $filename);
     $this->range = $range;
     $this->advice = $advice;
 }
コード例 #3
0
ファイル: identity.php プロジェクト: tomzx/wikimedia-apibot
 function __construct($error)
 {
     parent::__construct("loginerror", "Login error: " . $error);
 }