ZF-11094: Incorrect exception messages in Zend_Cloud_DocumentService_Adapter_SimpleDb
Description
{{Zend_Cloud_DocumentService_Adapter_SimpleDb::listCollections()}} says "deletion" in the exception it throws (copy/pasted from {{deleteCollection()}} above), and {{createCollection()}} uses the word "domain", which is not consistent with all other messages which use the term "collection".
Comments
No comments to display