Class CErrorEvent
CErrorEvent represents the parameter for the CApplication::onError onError event.
- CComponent
- CEvent
- CErrorEvent
Package: system\base
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/CErrorEvent.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/CErrorEvent.php
public
|
#
__construct( mixed $sender, string $code, string $message, string $file, integer $line )
Constructor. |
public
string
|
$code |
|
#
error code |
public
string
|
$message |
|
#
error message |
public
string
|
$file |
|
#
error message |
public
string
|
$line |
|
#
error file |
$handled,
$params,
$sender
|