• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Db/Statement/Db2/Exception.php

00001 <?php
00026 require_once 'Zend/Db/Statement/Exception.php';
00027 
00035 class Zend_Db_Statement_Db2_Exception extends Zend_Db_Statement_Exception
00036 {
00040     protected $code = '00000';
00041 
00045     protected $message = 'unknown exception';
00046 
00051     function __construct($msg = 'unknown exception', $state = '00000')
00052     {
00053         $this->message = $msg;
00054         $this->code = $state;
00055     }
00056 
00057 }
00058 

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2