-
Notifications
You must be signed in to change notification settings - Fork 3
DBException::__construct
Mo McRoberts edited this page Aug 7, 2011
·
2 revisions
The [[DBException]] constructor is responsible for initialising a new
database exception object.
uses('db');
public function [[DBException]]::__construct($errCode, $errMsg, $query)
The constructor will automatically populate the [[DBException]]
instance's properties and generate a complete exception message which is
passed along with $errCode to Exception::__construct.
| Name | Direction | Type | Description |
|---|---|---|---|
$errCode
|
|