예제 #1
0
 public function __construct($formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct(500, 1, $formatString, $aParams, $oCause);
 }
예제 #2
0
 public function __construct($httpCode, $errorCode, $formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct($httpCode, $errorCode, $formatString, $aParams, $oCause);
 }