ZF-7707: Zend_Db_Statement_Exception should accept chained exceptions when possible
Description
Zend_Db_Statement_Exception should have a forward compatible constructor like so:
__construct($message = null, $code = null, Exception $chainedException)
along with a few methods to check for the existence of a chained Exception and the ability to return it.
Comments
No comments to display