コード例 #1
0
ファイル: Technical.php プロジェクト: stuartherbert/mf
 public function __construct($formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct(500, 1, $formatString, $aParams, $oCause);
 }
コード例 #2
0
ファイル: Process.php プロジェクト: stuartherbert/mf
 public function __construct($httpCode, $errorCode, $formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct($httpCode, $errorCode, $formatString, $aParams, $oCause);
 }