This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Exceptions thrown inside DelegatorFactory are not rendered in the console #9
Closed
Description
I'm in the process of migrating my applications and other third party dependencies to ZF3. Inside a DelegatorFactory
, which delegates the creation process of a ConsoleController
, a ServiceNotFoundException
is thrown (due to the new case sensitivity of service names) but it is not rendered into the console.
I was stepping through via debugger and everything looks fine (for my not zend framework internals expert eye), quite close to what happens in my ZF2 Application where the Exception is rendered.
I can provide more informations if someone tells me where to look.
Metadata
Metadata
Assignees
Labels
No labels