Added missing use statement

This commit is contained in:
Graham Campbell
2014-02-17 13:16:39 +00:00
parent 029bb2be5a
commit ad8a8bb844
@@ -11,6 +11,7 @@ use Whoops\Run;
use Zend\Mvc\View\Http\ExceptionStrategy as BaseExceptionStrategy;
use Zend\Mvc\MvcEvent;
use Zend\Mvc\Application;
use Zend\Http\Response;
class ExceptionStrategy extends BaseExceptionStrategy {