Gives the codes and descriptions of the internal errors public
- Returns
- array The errors as an Array like "1" => "Could not open DB"
Gives the internal errorcode public
- Returns
- boolean True if an error exists
Resets the errorcodes and descriptions public
throwError |
( |
|
$errcode, |
|
|
|
$errstring |
|
) |
| |
Sets the errorcode (internal) public
- Parameters
-
integer | $errcode | The code of the error |
string | $errstring | The description of the error |
Sets the errorcode from other classes (internal) private
- Parameters
-
object | $class | The class with the error |
Gets the type of object public
- Returns
- string The type of object. See INSTANCEOF_*
Holds the code and description of an internal error private
Holds the type of object. See INSTANCEOF_* private
The documentation for this class was generated from the following file: