Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception "Missing parameter ..." should contain which service is broken #216

Open
janbarasek opened this issue Aug 25, 2019 · 0 comments
Open
Milestone

Comments

@janbarasek
Copy link
Contributor

Version: v3.0.1

Bug Description

In case of this config file:

services:
    userManager: Model\User\UserManager(%security.admin%, %security.user%)

when parameter 'security.user' does not exist Exception is:

Snímek obrazovky 2019-08-25 v 19 44 00

But name of broken service is not included.

Expected Behavior

Include name of broken service.

For example replace message Missing parameter 'security.user'. to Missing parameter 'security.user' in service 'Model\User\UserManager'..

I very want send pull request, but I don't know how implement it correctly.

Thanks.

@dg dg added this to the v4.0 milestone Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants