Exemplo n.º 1
0
 public function __construct($msg = '', $argv = null)
 {
     parent::__construct($msg, $argv);
 }
Exemplo n.º 2
0
 public function __construct($msg, $argv = null)
 {
     parent::__construct($msg, $argv);
     Core_Log::fatal($msg, $argv);
 }
Exemplo n.º 3
0
 /**
  * 构造函数
  *
  * @param string $url 要跳转的地址
  * @param string $msg 记录的信息
  * @param string $argv 上下文
  */
 public function __construct($url, $msg = '', $argv = null)
 {
     parent::__construct($msg, $argv);
     $this->url = $url;
 }