Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

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

Open
mbn18 opened this issue Jan 5, 2015 · 1 comment
Open

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

mbn18 opened this issue Jan 5, 2015 · 1 comment

Comments

@mbn18
Copy link

mbn18 commented Jan 5, 2015

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?

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at laminas-api-tools/api-tools-rest#10.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants