You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to improve the MissingRequiredArgumentException - add a flag whether the Container is passed to the Injector.
And if the Container is not passed, and the argument being resolved is a class, then output a friendly message (FriendlyException) will be like "pass an object of the required type as an argument to invoke()/make() or pass a Container when creating the Injector"
If the Container parameter was set, then the friendly message will be like "add an object of the required type to the argument list or make sure that the configured Container can resolve it"
It would be nice to improve the
MissingRequiredArgumentException
- add a flag whether the Container is passed to the Injector.And if the Container is not passed, and the argument being resolved is a class, then output a friendly message (
FriendlyException
) will be like "pass an object of the required type as an argument to invoke()/make() or pass a Container when creating the Injector"If the Container parameter was set, then the friendly message will be like "add an object of the required type to the argument list or make sure that the configured Container can resolve it"
Originally posted by @roxblnfk in #86 (comment)
The text was updated successfully, but these errors were encountered: