ZF-6251: Audioscrobbler::__call can't throw any exception
Description
Zend_Service_Audioscrobbler tries to require "Zend/Service/Audioscrobbler/Exception.php" and throw Zend_Service_Audioscrobbler_Exception which does not exist.
Suggested fix is to: - either require "Zend/Service/Exception.php" and throw Zend_Service_Exception; - or create "Zend/Service/Audioscrobbler/Exception.php".
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-04-09T07:58:08.000+0000
Confirmed, i introduced this bug. Will fix it as soon as possible :-)
Posted by Benjamin Eberlei (beberlei) on 2009-04-09T08:31:59.000+0000
Fixed