Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Zend_Db_Adapter_Db2_Exception Class Reference
Inheritance diagram for Zend_Db_Adapter_Db2_Exception:
Zend_Db_Adapter_Exception Zend_Db_Exception Zend_Exception

Public Member Functions

 __construct ($message='unknown exception', $code='00000', Exception $e=null)
 
- Public Member Functions inherited from Zend_Db_Adapter_Exception
 __construct ($message='', $code=0, Exception $e=null)
 
 hasChainedException ()
 
 getChainedException ()
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg='', $code=0, Exception $previous=null)
 
 __call ($method, array $args)
 
 __toString ()
 

Protected Attributes

 $code = '00000'
 
 $message = 'unknown exception'
 
- Protected Attributes inherited from Zend_Db_Adapter_Exception
 $_chainedException = null
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 

Detailed Description

Definition at line 36 of file Exception.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $message = 'unknown exception',
  $code = '00000',
Exception  $e = null 
)

Definition at line 41 of file Exception.php.

42  {
43  parent::__construct($message, $code, $e);
44  }

Field Documentation

◆ $code

$code = '00000'
protected

Definition at line 38 of file Exception.php.

◆ $message

$message = 'unknown exception'
protected

Definition at line 39 of file Exception.php.


The documentation for this class was generated from the following file: