ZF2-163: The description for the Zend\Di\Di Exception
Description
The description for the Zend\Di\Di Exception could be a little bit more descriptive when a class could not be found. Currently it says: 'Class ' . $aliasMsg . $class . ' could not be located in provided definition.' which makes me think that there is a definition, but that it's wrong. I propose to make it: 'Class ' . $aliasMsg . $class . ' could not be located in provided definitions.' which is a trivial fix, I know. But it's a bit more accurate.
Comments
Posted by Roberto Wesley Overdijk (rwoverdijk) on 2012-02-13T21:21:45.000+0000
The message has been changed and a pull request has been sent.