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

display_exceptions in the config - do we need it? #10

Open
weierophinney opened this issue Dec 31, 2019 · 0 comments
Open

display_exceptions in the config - do we need it? #10

weierophinney opened this issue Dec 31, 2019 · 0 comments

Comments

@weierophinney
Copy link
Contributor

In my development I stoped getting exception errors. I checked the Application and verified that:

'display_exceptions' => true,

Later I discovered that zf-rest override my setting at:
https://github.com/zfcampus/zf-rest/blob/master/config/module.config.php#L53

My solution was easy, I moved Application (and my module) to the end of the stack and behaviour returned to the expected one.
My question is. Do we really need it in the zf-rest configuration?


Originally posted by @mbn18 at zfcampus/zf-rest#54

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

1 participant