Details
Description
Zend_Db_Adapter_Abstract::__construct() throws both Zend_Db_Exception and Zend_Db_Adapter_Exception, but the phpdoc says it only throws Zend_Db_Adapter_Exception.
Zend_Db_Adapter_Abstract::__construct() throws both Zend_Db_Exception and Zend_Db_Adapter_Exception, but the phpdoc says it only throws Zend_Db_Adapter_Exception.
Updated the constructor to throw proper exception.
Fixed in trunk in r18632, and in 1.9 release branch in r18633