zfcampus / zf-rest

BSD 3-Clause "New" or "Revised" License
32 stars 37 forks source link

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

Open mbn18 opened 9 years ago

mbn18 commented 9 years ago

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 commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/10.