Exemplo n.º 1
0
 public function __construct($formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct(500, 1, $formatString, $aParams, $oCause);
 }
Exemplo n.º 2
0
 public function __construct($httpCode, $errorCode, $formatString, $aParams, Exception $oCause = null)
 {
     parent::__construct($httpCode, $errorCode, $formatString, $aParams, $oCause);
 }