ZF-4870: Zend_Tool - Wrong exception class thrown in ZendL_Tool_Rpc_Endpoint_Abstract
Description
In class in method there are two lines:
throw new ZendL_Tool_Endpoint_Exception('Endpoint failed to setup the action name.'); throw new ZendL_Tool_Endpoint_Exception('Endpoint failed to setup the provider name.');
these should probably be:
throw new ZendL_Tool_Rpc_Endpoint_Exception('Endpoint failed to setup the action name.'); throw new ZendL_Tool_Rpc_Endpoint_Exception('Endpoint failed to setup the provider name.');
(Zend_Tool from 1.6.2 Bundle)
Comments
Posted by Benjamin Eberlei (beberlei) on 2008-11-07T23:22:47.000+0000
Assigned to ralph
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T22:20:12.000+0000
Set component
Posted by Ralph Schindler (ralph) on 2009-04-24T11:03:11.000+0000
This was fixed in previous incarations where RPC was renamed to the "Client".
Please see that your needs are met within the Zend_Tool_Framework_Client system.