I am new to zf2 frame. For example, now I get this error:
Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (ZfcUserOverride) could not be initialized.' in F:\Server\domains\zf2-skeleton\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php:189 Stack trace:
I formatted it manually so you can read the correct error.
It is hard to do all this time when I get some error. How can I get zf2 to correctly output such errors?
I need something like this:

source
share