Skip to content

Instantly share code, notes, and snippets.

@veewee
Created October 1, 2014 08:18
Show Gist options
  • Save veewee/cb233b631253f040e1e9 to your computer and use it in GitHub Desktop.
Save veewee/cb233b631253f040e1e9 to your computer and use it in GitHub Desktop.
Enable ZF exceptions
<?php
return [
'view_manager' => [
'display_not_found_reason' => true,
'display_exceptions' => true,
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment