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

Assigned to ralph

Set component

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.