DB_DataObject
[ class tree: DB_DataObject ] [ index: DB_DataObject ] [ all elements ]

Class: DB_DataObject_Error

Source Location: /DB_DataObject-1.7.2/DataObject/Error.php

Class Overview

PEAR_Error
   |
   --DB_DataObject_Error

DB_DataObject_Error is a quick wrapper around pear error, so you can distinguish the error code source.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
DB_DataObject_Error is a quick wrapper around pear error, so you can distinguish the error code source.

messages.



[ Top ]


Method Detail

DB_DataObject_Error (Constructor)   [line 47]

DB_DataObject_Error DB_DataObject_Error( [ $message = ''], [mixed $code = DB_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_NOTICE], mixed $debuginfo)

DB_DataObject_Error constructor.
  • See: PEAR_Error
  • Access: public

Parameters:

mixed   $code   —  DB error code, or string with error message.
integer   $mode   —  what "error mode" to operate in
integer   $level   —  what error level to use for $mode & PEAR_ERROR_TRIGGER
mixed   $debuginfo   —  additional debug info, such as the last query
   $message   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:55:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.